Class BrewingStandBlockEntity

All Implemented Interfaces:
Inventory, SidedInventory, NamedScreenHandlerFactory, ScreenHandlerFactory, Clearable, Nameable, Tickable

public class BrewingStandBlockEntity
extends LockableContainerBlockEntity
implements SidedInventory, Tickable
  • Field Details

    • TOP_SLOTS

      private static final int[] TOP_SLOTS
    • BOTTOM_SLOTS

      private static final int[] BOTTOM_SLOTS
    • SIDE_SLOTS

      private static final int[] SIDE_SLOTS
    • inventory

      private DefaultedList<ItemStack> inventory
    • brewTime

      private int brewTime
    • slotsEmptyLastTick

      private boolean[] slotsEmptyLastTick
    • itemBrewing

      private Item itemBrewing
    • fuel

      private int fuel
    • propertyDelegate

      protected final PropertyDelegate propertyDelegate
  • Constructor Details

    • BrewingStandBlockEntity

      public BrewingStandBlockEntity()
  • Method Details