Uses of Record Class
io.github.toberocat.guiengine.view.GuiView
Packages that use GuiView
-
Uses of GuiView in io.github.toberocat.guiengine.view
Methods in io.github.toberocat.guiengine.view that return GuiViewModifier and TypeMethodDescription@Nullable GuiView
DefaultGuiViewManager.getGuiView
(@NotNull UUID player) Get the GUI view associated with the given player UUID.@Nullable GuiView
GuiViewManager.getGuiView
(@NotNull UUID player) Get the GUI view associated with the given player UUID.default @Nullable GuiView
GuiViewManager.getGuiView
(@NotNull org.bukkit.entity.Player player) Get the GUI view associated with the given Bukkit Player object.Methods in io.github.toberocat.guiengine.view with parameters of type GuiViewModifier and TypeMethodDescriptionvoid
DefaultGuiViewManager.registerGui
(@NotNull UUID player, @NotNull GuiView guiView) Register a new GUI view for the given player.void
GuiViewManager.registerGui
(@NotNull UUID player, @NotNull GuiView guiView) Register a new GUI view for the given player.