Interface Inventory.Builder

    • Method Detail

      • slots

        Inventory.Builder.BuildingStep slots​(int amount)
        Adds one or more slots.
        Parameters:
        amount - the amount of slots to add
        Returns:
        the building step
      • grid

        Inventory.Builder.BuildingStep grid​(int sizeX,
                                            int sizeY)
        Adds a grid of slots.
        Parameters:
        sizeX - the horizontal size
        sizeY - the vertical size
        Returns:
        the building step