Uses of Class
de.marcely.bedwars.tools.gui.type.ChestGUI
Packages that use ChestGUI
Package
Description
Events related to
Player actions, or changes to player properties.Classes relevant to implement different
ShopLayouts for the in game shop.Tools for easily implementing in game GUIs.
All the different types of GUIs that can be created.
-
Uses of ChestGUI in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return ChestGUIModifier and TypeMethodDescriptionPlayerOpenUIEvent.getGUI()Get the rendered GUI that'd be shown.Constructors in de.marcely.bedwars.api.event.player with parameters of type ChestGUIModifierConstructorDescriptionPlayerOpenUIEvent(Player player, ChestGUI gui, PlayerOpenUIEvent.UIType type) -
Uses of ChestGUI in de.marcely.bedwars.api.game.shop.layout
Methods in de.marcely.bedwars.api.game.shop.layout that return ChestGUIModifier and TypeMethodDescription@Nullable ChestGUIShopLayoutHandler.OpenEvent.getPostGUI()Get the GUI that is being actually displayed to the player after build. -
Uses of ChestGUI in de.marcely.bedwars.tools.gui
Constructors in de.marcely.bedwars.tools.gui with parameters of type ChestGUIModifierConstructorDescriptionScrollableItems(ChestGUI gui, int minX, int maxX, int minY, int maxY) Construct a new element. -
Uses of ChestGUI in de.marcely.bedwars.tools.gui.type
Methods in de.marcely.bedwars.tools.gui.type with parameters of type ChestGUI