Interface BrewingStand

    • Method Detail

      • getBrewingTime

        int getBrewingTime()
        How much time is left in the brewing cycle.
        Returns:
        Brew Time
      • setBrewingTime

        void setBrewingTime​(int brewTime)
        Set the time left before brewing completes.
        Parameters:
        brewTime - Brewing time
      • getFuelLevel

        int getFuelLevel()
        Get the level of current fuel for brewing.
        Returns:
        The fuel level
      • setFuelLevel

        void setFuelLevel​(int level)
        Set the level of current fuel for brewing.
        Parameters:
        level - fuel level
      • getInventory

        @NotNull
        @NotNull BrewerInventory getInventory()
        Description copied from interface: Container
        Gets the inventory of the block represented by this block state.

        If the block was changed to a different type in the meantime, the returned inventory might no longer be valid.

        If this block state is not placed this will return the captured inventory snapshot instead.

        Specified by:
        getInventory in interface Container
        Specified by:
        getInventory in interface InventoryHolder
        Returns:
        the inventory