Uses of Interface
org.bukkit.inventory.MenuType.Typed
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of MenuType.Typed in org.bukkit.inventory
Modifier and TypeFieldDescriptionstatic final MenuType.Typed
<AnvilView> MenuType.ANVIL
A MenuType which represents an anvil.static final MenuType.Typed
<BeaconView> MenuType.BEACON
A MenuType which represents a beacon.static final MenuType.Typed
<FurnaceView> MenuType.BLAST_FURNACE
A MenuType which represents a blast furnace.static final MenuType.Typed
<BrewingStandView> MenuType.BREWING_STAND
A MenuType which represents a brewing stand.static final MenuType.Typed
<InventoryView> MenuType.CARTOGRAPHY_TABLE
A MenuType which represents a cartography table.static final MenuType.Typed
<CrafterView> MenuType.CRAFTER_3X3
A MenuType which represents a crafterstatic final MenuType.Typed
<InventoryView> MenuType.CRAFTING
A MenuType which represents a crafting table.static final MenuType.Typed
<EnchantmentView> MenuType.ENCHANTMENT
A MenuType which represents an enchantment table.static final MenuType.Typed
<FurnaceView> MenuType.FURNACE
A MenuType which represents a furnace.static final MenuType.Typed
<InventoryView> MenuType.GENERIC_3X3
A MenuType which represents a dispenser/dropper like menu with 3 columns and 3 rows.static final MenuType.Typed
<InventoryView> MenuType.GENERIC_9X1
A MenuType which represents a chest with 1 row.static final MenuType.Typed
<InventoryView> MenuType.GENERIC_9X2
A MenuType which represents a chest with 2 rows.static final MenuType.Typed
<InventoryView> MenuType.GENERIC_9X3
A MenuType which represents a chest with 3 rows.static final MenuType.Typed
<InventoryView> MenuType.GENERIC_9X4
A MenuType which represents a chest with 4 rows.static final MenuType.Typed
<InventoryView> MenuType.GENERIC_9X5
A MenuType which represents a chest with 5 rows.static final MenuType.Typed
<InventoryView> MenuType.GENERIC_9X6
A MenuType which represents a chest with 6 rows.static final MenuType.Typed
<InventoryView> MenuType.GRINDSTONE
A MenuType which represents a grindstone.static final MenuType.Typed
<InventoryView> MenuType.HOPPER
A MenuType which represents a hopper.static final MenuType.Typed
<LecternView> MenuType.LECTERN
A MenuType which represents a lectern, a book like view.static final MenuType.Typed
<LoomView> MenuType.LOOM
A MenuType which represents a loom.static final MenuType.Typed
<MerchantView> MenuType.MERCHANT
A MenuType which represents a merchant.static final MenuType.Typed
<InventoryView> MenuType.SHULKER_BOX
A MenuType which represents a shulker box.static final MenuType.Typed
<InventoryView> MenuType.SMITHING
A MenuType which represents a stonecutter.static final MenuType.Typed
<FurnaceView> MenuType.SMOKER
A MenuType which represents a smoker.static final MenuType.Typed
<StonecutterView> MenuType.STONECUTTER
A MenuType which represents a stonecutter.Modifier and TypeMethodDescriptionMenuType.typed()
Yields this MenuType as a typed version of itself with a plainInventoryView
representing it.<V extends InventoryView>
MenuType.Typed<V> Yields this MenuType as a typed version of itself with a specificInventoryView
representing it.