Uses of Interface
org.bukkit.inventory.MenuType
Packages that use MenuType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes involved in manipulating player inventories and item interactions.
-
Uses of MenuType in org.bukkit
Fields in org.bukkit with type parameters of type MenuType -
Uses of MenuType in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return MenuTypeModifier and TypeMethodDescriptionInventoryType.getMenuType()Gets the correspondingMenuTypeof this InventoryType. -
Uses of MenuType in org.bukkit.inventory
Subinterfaces of MenuType in org.bukkit.inventoryModifier and TypeInterfaceDescriptionstatic interfaceMenuType.Typed<V extends InventoryView,B extends InventoryViewBuilder<V>> Typed represents a subtype ofMenuTypes that have a knownInventoryViewtype at compile time.