Uses of Enum Class
fr.andross.banitem.utils.scanners.illegalstack.IllegalStackBlockType
Packages that use IllegalStackBlockType
-
Uses of IllegalStackBlockType in fr.andross.banitem.utils.scanners.illegalstack
Methods in fr.andross.banitem.utils.scanners.illegalstack that return IllegalStackBlockTypeModifier and TypeMethodDescription@NotNull IllegalStackBlockType
IllegalStackItemConfig.getBlockType()
The block type.@Nullable IllegalStackBlockType
IllegalStackScanner.getDefaultBlockType()
Get the default block type for items.static IllegalStackBlockType
Returns the enum constant of this class with the specified name.static IllegalStackBlockType[]
IllegalStackBlockType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.andross.banitem.utils.scanners.illegalstack with parameters of type IllegalStackBlockTypeModifier and TypeMethodDescriptionvoid
IllegalStackScanner.setDefaultBlockType
(@Nullable IllegalStackBlockType defaultBlockType) Set the default block type for items.Constructors in fr.andross.banitem.utils.scanners.illegalstack with parameters of type IllegalStackBlockTypeModifierConstructorDescriptionIllegalStackItemConfig
(int amount, @NotNull IllegalStackBlockType blockType) Configuration of an illegal stack item.