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 correspondingMenuType
of this InventoryType. -
Uses of MenuType in org.bukkit.inventory
Subinterfaces of MenuType in org.bukkit.inventoryModifier and TypeInterfaceDescriptionstatic interface
MenuType.Typed<V extends InventoryView,
B extends InventoryViewBuilder<V>> Typed represents a subtype ofMenuType
s that have a knownInventoryView
type at compile time.