Uses of Class
de.marcely.bedwars.tools.gui.type.VillagerGUI
Packages that use VillagerGUI
Package
Description
Events related to
Player
actions, or changes to player properties.DO NOT USE: These classes are for internal use only, and may change at any time.
-
Uses of VillagerGUI in de.marcely.bedwars.api.event.player
Methods in de.marcely.bedwars.api.event.player that return VillagerGUIModifier and TypeMethodDescriptionPlayerTradeVillagerGUIEvent.getGUI()
Returns the GUI that was opened and in which the player performs his transaction.Constructors in de.marcely.bedwars.api.event.player with parameters of type VillagerGUIModifierConstructorDescriptionPlayerTradeVillagerGUIEvent
(Player who, VillagerGUI gui, Inventory inv, VillagerOffer offer, ItemStack givenResult, ItemStack givenPrice1, @Nullable ItemStack givenPrice2, boolean isShiftClick, boolean isLeftClick) -
Uses of VillagerGUI in de.marcely.bedwars.api.unsafe
Methods in de.marcely.bedwars.api.unsafe with parameters of type VillagerGUIModifier and TypeMethodDescriptionabstract void
BedwarsAPILayer.open
(VillagerGUI gui, Player player) Deprecated.