Uses of Interface
org.bukkit.inventory.MenuType.Typed
Packages that use MenuType.Typed
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of MenuType.Typed in org.bukkit.inventory
Fields in org.bukkit.inventory declared as MenuType.TypedModifier and TypeFieldDescriptionstatic final MenuType.Typed<AnvilView, LocationInventoryViewBuilder<AnvilView>> MenuType.ANVILA MenuType which represents an anvil.static final MenuType.Typed<BeaconView, LocationInventoryViewBuilder<BeaconView>> MenuType.BEACONA MenuType which represents a beacon.static final MenuType.Typed<FurnaceView, LocationInventoryViewBuilder<FurnaceView>> MenuType.BLAST_FURNACEA MenuType which represents a blast furnace.MenuType.BREWING_STANDA MenuType which represents a brewing stand.static final MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> MenuType.CARTOGRAPHY_TABLEA MenuType which represents a cartography table.static final MenuType.Typed<CrafterView, LocationInventoryViewBuilder<CrafterView>> MenuType.CRAFTER_3X3A MenuType which represents a crafterstatic final MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> MenuType.CRAFTINGA MenuType which represents a crafting table.static final MenuType.Typed<EnchantmentView, LocationInventoryViewBuilder<EnchantmentView>> MenuType.ENCHANTMENTA MenuType which represents an enchantment table.static final MenuType.Typed<FurnaceView, LocationInventoryViewBuilder<FurnaceView>> MenuType.FURNACEA MenuType which represents a furnace.static final MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> MenuType.GENERIC_3X3A MenuType which represents a dispenser/dropper like menu with 3 columns and 3 rows.static final MenuType.Typed<InventoryView, InventoryViewBuilder<InventoryView>> MenuType.GENERIC_9X1A MenuType which represents a chest with 1 row.static final MenuType.Typed<InventoryView, InventoryViewBuilder<InventoryView>> MenuType.GENERIC_9X2A MenuType which represents a chest with 2 rows.static final MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> MenuType.GENERIC_9X3A MenuType which represents a chest with 3 rows.static final MenuType.Typed<InventoryView, InventoryViewBuilder<InventoryView>> MenuType.GENERIC_9X4A MenuType which represents a chest with 4 rows.static final MenuType.Typed<InventoryView, InventoryViewBuilder<InventoryView>> MenuType.GENERIC_9X5A MenuType which represents a chest with 5 rows.static final MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> MenuType.GENERIC_9X6A MenuType which represents a chest with 6 rows.static final MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> MenuType.GRINDSTONEA MenuType which represents a grindstone.static final MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> MenuType.HOPPERA MenuType which represents a hopper.static final MenuType.Typed<LecternView, LocationInventoryViewBuilder<LecternView>> MenuType.LECTERNA MenuType which represents a lectern, a book like view.static final MenuType.Typed<LoomView, LocationInventoryViewBuilder<LoomView>> MenuType.LOOMA MenuType which represents a loom.static final MenuType.Typed<MerchantView, MerchantInventoryViewBuilder<MerchantView>> MenuType.MERCHANTA MenuType which represents a merchant.static final MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> MenuType.SHULKER_BOXA MenuType which represents a shulker box.static final MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> MenuType.SMITHINGA MenuType which represents a smithing table.static final MenuType.Typed<FurnaceView, LocationInventoryViewBuilder<FurnaceView>> MenuType.SMOKERA MenuType which represents a smoker.static final MenuType.Typed<StonecutterView, LocationInventoryViewBuilder<StonecutterView>> MenuType.STONECUTTERA MenuType which represents a stonecutter.Methods in org.bukkit.inventory that return MenuType.TypedModifier and TypeMethodDescriptionMenuType.typed()Yields this MenuType as a typed version of itself with a plainInventoryViewrepresenting it.<V extends InventoryView,B extends InventoryViewBuilder<V>>
MenuType.Typed<V, B> Yields this MenuType as a typed version of itself with a specificInventoryViewrepresenting it.