Package ch.njol.skript.expressions
Class ExprTeleportCause
java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.EventValueExpression<org.bukkit.event.player.PlayerTeleportEvent.TeleportCause>
ch.njol.skript.expressions.ExprTeleportCause
- All Implemented Interfaces:
Debuggable
,DefaultExpression<org.bukkit.event.player.PlayerTeleportEvent.TeleportCause>
,Expression<org.bukkit.event.player.PlayerTeleportEvent.TeleportCause>
,SyntaxElement
@Name("Teleport Cause")
@Description("The <a href=\'classes.html#teleportcause\'>teleport cause</a> within a player <a href=\'events.html#teleport\'>teleport</a> event.")
@Examples({"on teleport","\tteleport cause is nether portal, end portal or end gateway"})
@Since("2.2-dev35")
public class ExprTeleportCause
extends EventValueExpression<org.bukkit.event.player.PlayerTeleportEvent.TeleportCause>
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.njol.skript.expressions.base.EventValueExpression
acceptChange, change, get, getReturnType, init, init, isDefault, isSingle, setTime
Methods inherited from class ch.njol.skript.lang.util.SimpleExpression
check, check, check, getAll, getAnd, getArray, getConvertedExpr, getConvertedExpression, getSingle, getSource, getTime, isLoopOf, iterator, setTime, setTime, setTime, simplify, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.njol.skript.lang.Debuggable
toString
Methods inherited from interface ch.njol.skript.lang.Expression
beforeChange, check, check, getAll, getAnd, getArray, getConvertedExpression, getSingle, getSource, getTime, isLoopOf, iterator, simplify, stream
Methods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
ExprTeleportCause
public ExprTeleportCause()
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceDebuggable
- Overrides:
toString
in classEventValueExpression<org.bukkit.event.player.PlayerTeleportEvent.TeleportCause>
- Parameters:
e
- The event to get information to. This is always null if debug == false.debug
- If true this should print more information, if false this should print what is shown to the end user- Returns:
- String representation of this object
-