Class ParameterSlot
java.lang.Object
ua.mcchickenstudio.opencreative.coding.menus.layouts.ArgumentSlot
ua.mcchickenstudio.opencreative.coding.menus.layouts.ParameterSlot
This class represents a Parameter slot, that can be added in actions.
It's used in layouts as button, that player can click, and it will change value.
With this players can just select parameter value instead of putting tems in chest.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParameterSlot(String path, boolean firstValue, org.bukkit.Material trueMaterial, org.bukkit.Material falseMaterial) ParameterSlot(String path, int maxNumber, org.bukkit.Material... materials) ParameterSlot(String path, List<Object> values, org.bukkit.Material... materials) ParameterSlot(String path, org.bukkit.Material... materials) -
Method Summary
Methods inherited from class ArgumentSlot
acceptEmptyItems, getListSize, getPath, getVarType, isList, isParameter
-
Constructor Details
-
ParameterSlot
-
ParameterSlot
-
ParameterSlot
public ParameterSlot(String path, boolean firstValue, org.bukkit.Material trueMaterial, org.bukkit.Material falseMaterial) -
ParameterSlot
-
-
Method Details
-
getValues
-
getIcons
-