Class BrewingStandScreenHandler

java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.BrewingStandScreenHandler

public class BrewingStandScreenHandler
extends ScreenHandler
  • Field Details

    • inventory

      private final Inventory inventory
    • propertyDelegate

      private final PropertyDelegate propertyDelegate
    • ingredientSlot

      private final Slot ingredientSlot
  • Constructor Details

    • BrewingStandScreenHandler

      public BrewingStandScreenHandler​(int syncId, PlayerInventory playerInventory)
    • BrewingStandScreenHandler

      public BrewingStandScreenHandler​(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)
  • Method Details