Class ArgumentSlot
java.lang.Object
ua.mcchickenstudio.opencreative.coding.menus.layouts.ArgumentSlot
- Direct Known Subclasses:
ParameterSlot
This class represents an Argument Slot, that can be added to actions.
It's used for creating layouts and saving items into chest.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArgumentSlot(String path, ValueType varType) ArgumentSlot(String path, ValueType varType, int listSize) ArgumentSlot(String path, ValueType varType, int listSize, boolean acceptEmptyItems) -
Method Summary
-
Constructor Details
-
ArgumentSlot
-
ArgumentSlot
-
ArgumentSlot
-
-
Method Details
-
getVarType
-
isList
public boolean isList() -
acceptEmptyItems
public boolean acceptEmptyItems() -
getListSize
public int getListSize() -
getPath
-
isParameter
public boolean isParameter()
-