Package ch.njol.skript.expressions
Class ExprCursorSlot
java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.PropertyExpression<F,T>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Player,Slot>
ch.njol.skript.expressions.ExprCursorSlot
- All Implemented Interfaces:
Converter<org.bukkit.entity.Player,Slot>,Debuggable,Expression<Slot>,SyntaxElement
@Name("Cursor Slot")
@Description("The item which the player has on their cursor. This slot is always empty if player has no inventories open.")
@Examples({"cursor slot of player is dirt","set cursor slot of player to 64 diamonds"})
@Since("2.2-dev17")
public class ExprCursorSlot
extends SimplePropertyExpression<org.bukkit.entity.Player,Slot>
Cursor item slot is not actually an inventory slot, but an item which the player
has in their cursor when any inventory is open for them.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.njol.skript.classes.Converter
Converter.ConverterInfo<F,T>, Converter.ConverterUtils -
Field Summary
Fields inherited from interface ch.njol.skript.classes.Converter
NO_CHAINING, NO_COMMAND_ARGUMENTS, NO_LEFT_CHAINING, NO_RIGHT_CHAINING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.njol.skript.expressions.base.SimplePropertyExpression
get, init, toStringMethods inherited from class ch.njol.skript.expressions.base.PropertyExpression
get, get, getAll, getAnd, getExpr, isSingle, register, setExpr, simplifyMethods inherited from class ch.njol.skript.lang.util.SimpleExpression
acceptChange, change, check, check, check, getArray, getConvertedExpr, getConvertedExpression, getSingle, getSource, getTime, isDefault, isLoopOf, iterator, setTime, setTime, setTime, setTime, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.njol.skript.lang.Expression
beforeChange, streamMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
ExprCursorSlot
public ExprCursorSlot()
-
-
Method Details
-
getReturnType
Description copied from interface:ExpressionGets the return type of this expression.- Returns:
- A supertype of any objects returned by
Expression.getSingle(Event)and the component type of any arrays returned byExpression.getArray(Event)
-
getPropertyName
- Specified by:
getPropertyNamein classSimplePropertyExpression<org.bukkit.entity.Player,Slot>
-
convert
Description copied from interface:ConverterConverts an object from the given to the desired type.
-