Class StaticIconSlot

java.lang.Object
com.kamikazejam.kamicommon.menu.api.icons.slots.StaticIconSlot
All Implemented Interfaces:
IconSlot

public class StaticIconSlot extends Object implements IconSlot
  • Constructor Details

    • StaticIconSlot

      public StaticIconSlot(@NotNull @NotNull Collection<Integer> slots)
    • StaticIconSlot

      public StaticIconSlot(int slot)
    • StaticIconSlot

      public StaticIconSlot(int... slot)
    • StaticIconSlot

      public StaticIconSlot(@NotNull @NotNull Integer... slots)
  • Method Details