Uses of Interface
com.github.stefvanschie.inventoryframework.pane.util.Slot
Packages that use Slot
Package
Description
-
Uses of Slot in com.github.stefvanschie.inventoryframework.gui
Methods in com.github.stefvanschie.inventoryframework.gui with parameters of type Slot -
Uses of Slot in com.github.stefvanschie.inventoryframework.gui.type
Methods in com.github.stefvanschie.inventoryframework.gui.type with parameters of type Slot -
Uses of Slot in com.github.stefvanschie.inventoryframework.gui.type.util
Methods in com.github.stefvanschie.inventoryframework.gui.type.util with parameters of type Slot -
Uses of Slot in com.github.stefvanschie.inventoryframework.pane
Methods in com.github.stefvanschie.inventoryframework.pane that return types with arguments of type SlotModifier and TypeMethodDescriptionStaticPane.getSlottedItems()Gets all items by their corresponding slots.Methods in com.github.stefvanschie.inventoryframework.pane with parameters of type SlotModifier and TypeMethodDescriptionvoidAdds a gui item at the specific spot in the pane.voidAdds the specified pane to a new page.voidAdds a pane to a selected page.booleanMasonryPane.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) booleanOutlinePane.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) booleanPaginatedPane.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) abstract booleanPane.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) Called whenever there is being clicked on this panebooleanPatternPane.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) booleanStaticPane.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) @Nullable GuiItemGets the item located at the provided slot.voidStaticPane.removeItem(@NotNull Slot slot) Removes the specified item from the pane. -
Uses of Slot in com.github.stefvanschie.inventoryframework.pane.component
Methods in com.github.stefvanschie.inventoryframework.pane.component with parameters of type SlotModifier and TypeMethodDescriptionbooleanCycleButton.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) booleanLabel.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) booleanPagingButtons.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) booleanPercentageBar.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) booleanSlider.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) booleanToggleButton.click(@NotNull Gui gui, @NotNull GuiComponent guiComponent, @NotNull InventoryClickEvent event, @NotNull Slot slot) -
Uses of Slot in com.github.stefvanschie.inventoryframework.pane.util
Classes in com.github.stefvanschie.inventoryframework.pane.util that implement SlotModifier and TypeClassDescriptionstatic classA class representing a slot based on an index.static classA class representing a slot based on an (x, y) coordinate pair.Methods in com.github.stefvanschie.inventoryframework.pane.util that return SlotModifier and TypeMethodDescriptionstatic @NotNull SlotSlot.deserialize(@NotNull Element element) Deserializes the slot from an element.static @NotNull SlotSlot.fromIndex(int index) Creates a new slot based on an index.static @NotNull SlotSlot.fromXY(int x, int y) Creates a new slot based on an (x, y) coordinate pair.@NotNull SlotPositionedPane.getSlot()Constructors in com.github.stefvanschie.inventoryframework.pane.util with parameters of type SlotModifierConstructorDescriptionPositionedPane(@NotNull Slot slot, @NotNull Pane pane) Creates a new positioned pane at the provided position.