Uses of Enum Class
org.bukkit.event.inventory.HopperInventorySearchEvent.ContainerType
Packages that use HopperInventorySearchEvent.ContainerType
-
Uses of HopperInventorySearchEvent.ContainerType in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return HopperInventorySearchEvent.ContainerTypeModifier and TypeMethodDescriptionHopperInventorySearchEvent.getContainerType()
Gets the Container type the Hopper is searching for.Returns the enum constant of this class with the specified name.HopperInventorySearchEvent.ContainerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bukkit.event.inventory with parameters of type HopperInventorySearchEvent.ContainerTypeModifierConstructorDescriptionHopperInventorySearchEvent
(@Nullable Inventory inventory, @NotNull HopperInventorySearchEvent.ContainerType containerType, @NotNull Block hopper, @NotNull Block searchBlock)