Uses of Interface
com.mclds.plugins.gui.Gui
Packages that use Gui
Package
Description
-
Uses of Gui in com.mclds.plugins.gui
Classes in com.mclds.plugins.gui that implement GuiModifier and TypeClassDescriptionclassclassclass可配置的映射页面,通过配置文件或者其他来源中的映射关系,动态的将物品放置到指定的位置classMethods in com.mclds.plugins.gui that return GuiModifier and TypeMethodDescriptionGui.append(char slot, ItemWrapper... item) Gui.set(char slot, int index, ItemWrapper item) Gui.set(char slot, ItemWrapper item) Gui.set(int slot, ItemWrapper item) Methods in com.mclds.plugins.gui with parameters of type GuiModifier and TypeMethodDescriptionstatic voidListGui.setPreviousPage(Gui previousPage) static voidstatic void -
Uses of Gui in com.mclds.plugins.gui.dialog
Classes in com.mclds.plugins.gui.dialog that implement GuiMethods in com.mclds.plugins.gui.dialog with parameters of type GuiModifier and TypeMethodDescriptionConfirmGui.setPrevious(Gui previous) DialogGui.setPreviousPage(Gui previousPage) WarnGui.setPreviousPage(Gui previousPage) -
Uses of Gui in com.mclds.plugins.gui.events
Constructors in com.mclds.plugins.gui.events with parameters of type GuiModifierConstructorDescriptionPlayerClickGuiEvent(@NotNull org.bukkit.entity.Player who, org.bukkit.event.inventory.InventoryAction action, Gui gui, int slot) PlayerGuiOpenEvent(org.bukkit.entity.Player player, Gui gui) PlayerGuiRenderedEvent(org.bukkit.entity.Player player, @NotNull Gui gui, @NotNull org.bukkit.inventory.Inventory inventory) -
Uses of Gui in com.mclds.plugins.gui.guis
Classes in com.mclds.plugins.gui.guis that implement GuiMethods in com.mclds.plugins.gui.guis with parameters of type GuiConstructors in com.mclds.plugins.gui.guis with parameters of type GuiModifierConstructorDescriptionNumberSelectorGui(String title, NumberSelectorGui.DataProvider dataProvider, @Nullable Gui previousPage) -
Uses of Gui in com.mclds.plugins.mcldscustomcontainer
Methods in com.mclds.plugins.mcldscustomcontainer that return GuiMethods in com.mclds.plugins.mcldscustomcontainer with parameters of type GuiModifier and TypeMethodDescriptionvoidCustomContainerDataHandler.onNumberInput(org.bukkit.entity.Player player, String prompt, int max, @Nullable Gui previousPage, Consumer<Integer> onConfirm) voidCustomContainerDataHandler.onShopNumberInput(org.bukkit.entity.Player player, String prompt, int max, @Nullable Gui previousPage, org.bukkit.inventory.ItemStack showedItem, Function<Integer, org.bukkit.inventory.ItemStack> onResultUpdate, Consumer<Integer> onConfirm) -
Uses of Gui in com.mclds.plugins.mcldscustomcontainer.guis
Classes in com.mclds.plugins.mcldscustomcontainer.guis that implement GuiModifier and TypeClassDescriptionclassclassclassclassFields in com.mclds.plugins.mcldscustomcontainer.guis with type parameters of type GuiMethods in com.mclds.plugins.mcldscustomcontainer.guis that return GuiMethods in com.mclds.plugins.mcldscustomcontainer.guis with parameters of type Gui -
Uses of Gui in com.mclds.plugins.mcldscustomcontainer.guis.containergui
Classes in com.mclds.plugins.mcldscustomcontainer.guis.containergui that implement GuiModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in com.mclds.plugins.mcldscustomcontainer.guis.containergui that return GuiMethods in com.mclds.plugins.mcldscustomcontainer.guis.containergui with parameters of type Gui -
Uses of Gui in com.mclds.plugins.mcldscustomcontainer.impl
Methods in com.mclds.plugins.mcldscustomcontainer.impl that return GuiModifier and TypeMethodDescriptionBuyShop.getGui(CustomContainerData data) MailBox.getGui(CustomContainerData data) PermissionContainer.getGui(CustomContainerData ccd) RandomShop.getGui(CustomContainerData data) SellShop.getGui(CustomContainerData data) -
Uses of Gui in com.mclds.plugins.server.handlers
Methods in com.mclds.plugins.server.handlers with parameters of type GuiModifier and TypeMethodDescriptionvoidCustomContainerDataHandlerImpl.onNumberInput(org.bukkit.entity.Player player, String prompt, int max, Gui previousPage, Consumer<Integer> onConfirm) voidCustomContainerDataHandlerImpl.onShopNumberInput(org.bukkit.entity.Player player, String prompt, int max, Gui previousPage, org.bukkit.inventory.ItemStack showedItem, Function<Integer, org.bukkit.inventory.ItemStack> onResultUpdate, Consumer<Integer> onConfirm) -
Uses of Gui in com.mclds.plugins.server.plugins.guis
Classes in com.mclds.plugins.server.plugins.guis that implement GuiModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in com.mclds.plugins.server.plugins.guis with parameters of type GuiModifier and TypeMethodDescriptionstatic ItemWrapperPlayerInfoGui.createFavoriteRealmsInfoButton(org.bukkit.inventory.ItemStack icon, boolean can_favorite_realm_see, org.bukkit.entity.Player viewer, org.bukkit.OfflinePlayer target, Set<Realm> favorite_realms, Gui previousPage) static ItemWrapperPlayerInfoGui.createJoinedRealmsInfoButton(org.bukkit.inventory.ItemStack icon, boolean can_joined_realm_see, org.bukkit.entity.Player viewer, org.bukkit.OfflinePlayer target, Set<Realm> joined_realms, Gui previousPage) static ItemWrapperPlayerInfoGui.createOwnedRealmsInfoButton(org.bukkit.inventory.ItemStack icon, boolean can_owned_realm_see, org.bukkit.entity.Player viewer, org.bukkit.OfflinePlayer target, List<Realm> realms, Gui previousPage) static ItemWrapperPlayerInfoGui.createPlayerCollectionInfoButton(org.bukkit.inventory.ItemStack icon, boolean can_collection_see, org.bukkit.entity.Player viewer, org.bukkit.OfflinePlayer target, Gui previousPage) static ItemWrapperPlayerInfoGui.createTitlesChooseButton(org.bukkit.inventory.ItemStack icon, org.bukkit.entity.Player viewer, org.bukkit.OfflinePlayer target, Gui bindGui) PlayerCollectionGui.setPreviousPage(Gui previousPage) PlayerInfoGui.setPreviousPage(Gui previousPage) PlayerInfoManagerGui.setPreviousPage(Gui previousPage) Constructors in com.mclds.plugins.server.plugins.guis with parameters of type GuiModifierConstructorDescriptionMailboxGui(Gui previousPage) PlayerListGui(Gui previousPage) PlayerTeleportPointListGui(@Nullable Gui previousPage) PlayerTeleportPointOperateGui(TeleportPoint teleportPoint, int index, Gui previousPage) PortalListGui(Gui previousPage) SettingsGui(Gui previousPage) -
Uses of Gui in com.mclds.plugins.server.plugins.guis.economy
Classes in com.mclds.plugins.server.plugins.guis.economy that implement GuiConstructors in com.mclds.plugins.server.plugins.guis.economy with parameters of type GuiModifierConstructorDescriptionMoneyStorageGui(@Nullable Gui previousPage) MoneyWithdrawGui(@Nullable Gui previousPage) -
Uses of Gui in com.mclds.plugins.server.plugins.guis.realm
Classes in com.mclds.plugins.server.plugins.guis.realm that implement GuiModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in com.mclds.plugins.server.plugins.guis.realm with parameters of type GuiModifier and TypeMethodDescriptionstatic voidRealmOperateGui.sendAddRealmRequest(org.bukkit.entity.Player player, Realm realm, @Nullable Gui previousPage) 发送领地加入申请static voidRealmOperateGui.sendQuitRealmRequest(org.bukkit.entity.Player player, Realm realm, @Nullable Gui previousPage) RealmGui.setPrevious(Gui previous) Constructors in com.mclds.plugins.server.plugins.guis.realm with parameters of type GuiModifierConstructorDescriptionRealmListGui(String title, org.bukkit.OfflinePlayer owner, List<Realm> realms, boolean onlyShowRootRealm, Gui previousPage) RealmMemberGui(Realm realm, Gui previousPage) RealmMemberManageGui(Realm realm, org.bukkit.OfflinePlayer member, Gui previousPage) RealmOperateGui(Realm realm, @Nullable Gui previousPage) -
Uses of Gui in com.mclds.plugins.server.plugins.guis.search
Classes in com.mclds.plugins.server.plugins.guis.search that implement GuiModifier and TypeClassDescriptionclassclassclassMethod parameters in com.mclds.plugins.server.plugins.guis.search with type arguments of type GuiModifier and TypeMethodDescriptionstatic MaterialSearchAndSelectorGuiMaterialSearchAndSelectorGui.of(String title, String search, BiConsumer<org.bukkit.Material, Gui> onSelect) static MaterialSearchAndSelectorGuiMaterialSearchAndSelectorGui.of(String title, String search, BiConsumer<org.bukkit.Material, Gui> onSelect, List<org.bukkit.Material> custom_materials) static PlayerSearchAndSelectorGuiPlayerSearchAndSelectorGui.of(String search, BiConsumer<org.bukkit.OfflinePlayer, Gui> onPlayerSelect) Constructor parameters in com.mclds.plugins.server.plugins.guis.search with type arguments of type GuiModifierConstructorDescriptionMaterialSearchAndSelectorGui(String title, String search, BiConsumer<org.bukkit.Material, Gui> onSelect, List<org.bukkit.Material> materials) PlayerSearchAndSelectorGui(String search, BiConsumer<org.bukkit.OfflinePlayer, Gui> onSelect) SearchAndSelectorGui(String title, String search, boolean larger, BiConsumer<T, Gui> onSelect)