Uses of Class
com.github.stefvanschie.inventoryframework.gui.type.CartographyTableGui
Packages that use CartographyTableGui
-
Uses of CartographyTableGui in com.github.stefvanschie.inventoryframework.gui.type
Methods in com.github.stefvanschie.inventoryframework.gui.type that return CartographyTableGuiModifier and TypeMethodDescription@NotNull CartographyTableGuiCartographyTableGui.copy()static @Nullable CartographyTableGuiCartographyTableGui.load(@NotNull Object instance, @NotNull InputStream inputStream) Loads a cartography table gui from an XML file.static @Nullable CartographyTableGuiCartographyTableGui.load(@NotNull Object instance, @NotNull InputStream inputStream, @NotNull Plugin plugin) Loads a cartography table gui from an XML file.static @NotNull CartographyTableGuiLoads a cartography table gui from the specified element, applying code references to the provided instance.static @NotNull CartographyTableGuiCartographyTableGui.load(@NotNull Object instance, @NotNull Element element, @NotNull Plugin plugin) Loads a cartography table gui from the specified element, applying code references to the provided instance.