Interface InventoryType


public interface InventoryType
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
     
    @NotNull String
     
    static @NotNull InventoryType
    of(int id, @NotNull String name)
     
  • Method Details

    • id

      int id()
    • name

      @NotNull @NotNull String name()
    • of

      @NotNull static @NotNull InventoryType of(int id, @NotNull @NotNull String name)