Uses of Class
io.github.toberocat.guiengine.view.DefaultGuiViewManager
Packages that use DefaultGuiViewManager
-
Uses of DefaultGuiViewManager in io.github.toberocat.guiengine
Methods in io.github.toberocat.guiengine that return DefaultGuiViewManagerModifier and TypeMethodDescription@NotNull DefaultGuiViewManagerGuiEngineApi.getGuiViewManager()Returns the `DefaultGuiViewManager` instance associated with this `GuiEngineApi`.@NotNull DefaultGuiViewManagerGuiEngineApiPlugin.getGuiViewManager()Gets the manager responsible for managing GUI views. -
Uses of DefaultGuiViewManager in io.github.toberocat.guiengine.render
Fields in io.github.toberocat.guiengine.render declared as DefaultGuiViewManagerModifier and TypeFieldDescriptionprotected final @NotNull DefaultGuiViewManagerDefaultGuiRenderEngine.viewManagerThe GuiViewManager associated with this render engine.Methods in io.github.toberocat.guiengine.render that return DefaultGuiViewManagerModifier and TypeMethodDescription@NotNull DefaultGuiViewManagerDefaultGuiRenderEngine.getGuiViewManager()Retrieves the GuiViewManager associated with this render engine.