Package ch.njol.skript.expressions
Class ExprInventoryAction
java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.EventValueExpression<org.bukkit.event.inventory.InventoryAction>
ch.njol.skript.expressions.ExprInventoryAction
- All Implemented Interfaces:
Debuggable,DefaultExpression<org.bukkit.event.inventory.InventoryAction>,Expression<org.bukkit.event.inventory.InventoryAction>,SyntaxElement
@Name("Inventory Action")
@Description("The <a href=\'./classes.html#inventoryaction\'>inventory action</a> of an inventory event. Please click on the link for more information.")
@Examples("inventory action is pickup all")
@Since("2.2-dev16")
public class ExprInventoryAction
extends EventValueExpression<org.bukkit.event.inventory.InventoryAction>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.njol.skript.expressions.base.EventValueExpression
acceptChange, change, get, getReturnType, init, init, isDefault, isSingle, setTimeMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.njol.skript.lang.Debuggable
toStringMethods inherited from interface ch.njol.skript.lang.Expression
beforeChange, check, check, getAll, getAnd, getArray, getConvertedExpression, getSingle, getSource, getTime, isLoopOf, iterator, simplify, streamMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
ExprInventoryAction
public ExprInventoryAction()
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceDebuggable- Overrides:
toStringin classEventValueExpression<org.bukkit.event.inventory.InventoryAction>- 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
-