Class PositionedPane

java.lang.Object
com.github.stefvanschie.inventoryframework.pane.util.PositionedPane

public class PositionedPane extends Object
An object for representing a pane with its slot.
Since:
0.12.0
  • Constructor Details

    • PositionedPane

      public PositionedPane(@NotNull @NotNull Slot slot, @NotNull @NotNull Pane pane)
      Creates a new positioned pane at the provided position.
      Parameters:
      slot - the slot of the pane
      pane - the pane
      Since:
      0.12.0
  • Method Details

    • getSlot

      @NotNull @Contract(pure=true) public @NotNull Slot getSlot()
    • getPane

      @NotNull @Contract(pure=true) public @NotNull Pane getPane()