Uses of Interface
org.bukkit.inventory.view.builder.InventoryViewBuilder
Packages that use InventoryViewBuilder
Package
Description
Classes involved in manipulating player inventories and item interactions.
A Package that contains builders for building InventoryViews.
-
Uses of InventoryViewBuilder in org.bukkit.inventory
Classes in org.bukkit.inventory with type parameters of type InventoryViewBuilderModifier and TypeInterfaceDescriptionstatic interfaceMenuType.Typed<V extends InventoryView,B extends InventoryViewBuilder<V>> Typed represents a subtype ofMenuTypes that have a knownInventoryViewtype at compile time.Fields in org.bukkit.inventory with type parameters of type InventoryViewBuilderModifier and TypeFieldDescriptionstatic 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, 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.Methods in org.bukkit.inventory with type parameters of type InventoryViewBuilderModifier and TypeMethodDescription<V extends InventoryView,B extends InventoryViewBuilder<V>>
MenuType.Typed<V, B> Yields this MenuType as a typed version of itself with a specificInventoryViewrepresenting it.Methods in org.bukkit.inventory that return types with arguments of type InventoryViewBuilderModifier and TypeMethodDescriptionMenuType.typed()Yields this MenuType as a typed version of itself with a plainInventoryViewrepresenting it. -
Uses of InventoryViewBuilder in org.bukkit.inventory.view.builder
Subinterfaces of InventoryViewBuilder in org.bukkit.inventory.view.builderModifier and TypeInterfaceDescriptioninterfaceLocationInventoryViewBuilder<V extends InventoryView>An InventoryViewBuilder that can be bound by location within the worldinterfaceMerchantInventoryViewBuilder<V extends InventoryView>An InventoryViewBuilder for creating merchant viewsMethods in org.bukkit.inventory.view.builder that return InventoryViewBuilderModifier and TypeMethodDescriptionInventoryViewBuilder.copy()Makes a copy of this builderSets the title of the builder