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 io.papermc.paper.registry
Fields in io.papermc.paper.registry with type parameters of type MenuTypeModifier and TypeFieldDescriptionstatic final RegistryKey<MenuType> RegistryKey.MENUBuilt-in registry for menu types. -
Uses of MenuType in io.papermc.paper.registry.keys
Fields in io.papermc.paper.registry.keys with type parameters of type MenuTypeModifier and TypeFieldDescriptionMenuTypeKeys.ANVILminecraft:anvilMenuTypeKeys.BEACONminecraft:beaconMenuTypeKeys.BLAST_FURNACEminecraft:blast_furnaceMenuTypeKeys.BREWING_STANDminecraft:brewing_standMenuTypeKeys.CARTOGRAPHY_TABLEminecraft:cartography_tableMenuTypeKeys.CRAFTER_3X3minecraft:crafter_3x3MenuTypeKeys.CRAFTINGminecraft:craftingMenuTypeKeys.ENCHANTMENTminecraft:enchantmentMenuTypeKeys.FURNACEminecraft:furnaceMenuTypeKeys.GENERIC_3X3minecraft:generic_3x3MenuTypeKeys.GENERIC_9X1minecraft:generic_9x1MenuTypeKeys.GENERIC_9X2minecraft:generic_9x2MenuTypeKeys.GENERIC_9X3minecraft:generic_9x3MenuTypeKeys.GENERIC_9X4minecraft:generic_9x4MenuTypeKeys.GENERIC_9X5minecraft:generic_9x5MenuTypeKeys.GENERIC_9X6minecraft:generic_9x6MenuTypeKeys.GRINDSTONEminecraft:grindstoneMenuTypeKeys.HOPPERminecraft:hopperMenuTypeKeys.LECTERNminecraft:lecternMenuTypeKeys.LOOMminecraft:loomMenuTypeKeys.MERCHANTminecraft:merchantMenuTypeKeys.SHULKER_BOXminecraft:shulker_boxMenuTypeKeys.SMITHINGminecraft:smithingMenuTypeKeys.SMOKERminecraft:smokerMenuTypeKeys.STONECUTTERminecraft:stonecutter -
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.Methods in org.bukkit.inventory that return MenuTypeModifier and TypeMethodDescriptionInventoryView.getMenuType()Gets the menu type of the inventory view if applicable.