Class BrewingStandScreenHandler

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

public class BrewingStandScreenHandler extends ScreenHandler
Mappings:
Namespace Name
named net/minecraft/screen/BrewingStandScreenHandler
intermediary net/minecraft/class_1708
official cqb
  • Field Details

    • field_30763

      private static final int field_30763
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_30763 Lnet/minecraft/screen/BrewingStandScreenHandler;field_30763:I
      intermediary field_30763 Lnet/minecraft/class_1708;field_30763:I
      official k Lcqb;k:I
    • field_30764

      private static final int field_30764
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_30764 Lnet/minecraft/screen/BrewingStandScreenHandler;field_30764:I
      intermediary field_30764 Lnet/minecraft/class_1708;field_30764:I
      official l Lcqb;l:I
    • INGREDIENT_SLOT_ID

      private static final int INGREDIENT_SLOT_ID
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named INGREDIENT_SLOT_ID Lnet/minecraft/screen/BrewingStandScreenHandler;INGREDIENT_SLOT_ID:I
      intermediary field_30765 Lnet/minecraft/class_1708;field_30765:I
      official m Lcqb;m:I
    • FUEL_SLOT_ID

      private static final int FUEL_SLOT_ID
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named FUEL_SLOT_ID Lnet/minecraft/screen/BrewingStandScreenHandler;FUEL_SLOT_ID:I
      intermediary field_30766 Lnet/minecraft/class_1708;field_30766:I
      official n Lcqb;n:I
    • BREWING_STAND_INVENTORY_SIZE

      private static final int BREWING_STAND_INVENTORY_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named BREWING_STAND_INVENTORY_SIZE Lnet/minecraft/screen/BrewingStandScreenHandler;BREWING_STAND_INVENTORY_SIZE:I
      intermediary field_30767 Lnet/minecraft/class_1708;field_30767:I
      official o Lcqb;o:I
    • PROPERTY_COUNT

      private static final int PROPERTY_COUNT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named PROPERTY_COUNT Lnet/minecraft/screen/BrewingStandScreenHandler;PROPERTY_COUNT:I
      intermediary field_30768 Lnet/minecraft/class_1708;field_30768:I
      official p Lcqb;p:I
    • INVENTORY_START

      private static final int INVENTORY_START
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named INVENTORY_START Lnet/minecraft/screen/BrewingStandScreenHandler;INVENTORY_START:I
      intermediary field_30769 Lnet/minecraft/class_1708;field_30769:I
      official q Lcqb;q:I
    • INVENTORY_END

      private static final int INVENTORY_END
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named INVENTORY_END Lnet/minecraft/screen/BrewingStandScreenHandler;INVENTORY_END:I
      intermediary field_30770 Lnet/minecraft/class_1708;field_30770:I
      official r Lcqb;r:I
    • HOTBAR_START

      private static final int HOTBAR_START
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named HOTBAR_START Lnet/minecraft/screen/BrewingStandScreenHandler;HOTBAR_START:I
      intermediary field_30771 Lnet/minecraft/class_1708;field_30771:I
      official s Lcqb;s:I
    • HOTBAR_END

      private static final int HOTBAR_END
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named HOTBAR_END Lnet/minecraft/screen/BrewingStandScreenHandler;HOTBAR_END:I
      intermediary field_30772 Lnet/minecraft/class_1708;field_30772:I
      official t Lcqb;t:I
    • inventory

      private final Inventory inventory
      Mappings:
      Namespace Name Mixin selector
      named inventory Lnet/minecraft/screen/BrewingStandScreenHandler;inventory:Lnet/minecraft/inventory/Inventory;
      intermediary field_7788 Lnet/minecraft/class_1708;field_7788:Lnet/minecraft/class_1263;
      official u Lcqb;u:Lbqp;
    • propertyDelegate

      private final PropertyDelegate propertyDelegate
      Mappings:
      Namespace Name Mixin selector
      named propertyDelegate Lnet/minecraft/screen/BrewingStandScreenHandler;propertyDelegate:Lnet/minecraft/screen/PropertyDelegate;
      intermediary field_17292 Lnet/minecraft/class_1708;field_17292:Lnet/minecraft/class_3913;
      official v Lcqb;v:Lcqg;
    • ingredientSlot

      private final Slot ingredientSlot
      Mappings:
      Namespace Name Mixin selector
      named ingredientSlot Lnet/minecraft/screen/BrewingStandScreenHandler;ingredientSlot:Lnet/minecraft/screen/slot/Slot;
      intermediary field_7787 Lnet/minecraft/class_1708;field_7787:Lnet/minecraft/class_1735;
      official w Lcqb;w:Lcrr;
  • Constructor Details

    • BrewingStandScreenHandler

      public BrewingStandScreenHandler(int syncId, PlayerInventory playerInventory)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/screen/BrewingStandScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;)V
      intermediary <init> Lnet/minecraft/class_1708;<init>(ILnet/minecraft/class_1661;)V
      official <init> Lcqb;<init>(ILcmy;)V
    • BrewingStandScreenHandler

      public BrewingStandScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/screen/BrewingStandScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/screen/PropertyDelegate;)V
      intermediary <init> Lnet/minecraft/class_1708;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_1263;Lnet/minecraft/class_3913;)V
      official <init> Lcqb;<init>(ILcmy;Lbqp;Lcqg;)V
  • Method Details

    • canUse

      public boolean canUse(PlayerEntity player)
      Returns whether the screen handler can be used.

      Subclasses should call #canUse(ScreenHandlerContext, PlayerEntity, Block)} or implement the check itself. The implementation should check that the player is near the screen handler's source position (e.g. block position) and that the source (e.g. block) is not destroyed.

      Specified by:
      canUse in class ScreenHandler
      Returns:
      whether the screen handler can be used
      Mappings:
      Namespace Name Mixin selector
      named canUse Lnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
      intermediary method_7597 Lnet/minecraft/class_1703;method_7597(Lnet/minecraft/class_1657;)Z
      official a Lcpw;a(Lcmz;)Z
    • quickMove

      public ItemStack quickMove(PlayerEntity player, int slot)
      Quick-moves the stack at slot to other slots of the screen handler that belong to a different inventory or another section of the same inventory. For example, items can be quick-moved between a chest's slots and the player inventory or between the main player inventory and the hotbar.

      Subclasses should call ScreenHandler.insertItem(net.minecraft.item.ItemStack, int, int, boolean), and if the insertion was successful, clear the slot (if the stack is exhausted) or mark it as dirty. See the vanilla subclasses for basic implementation.

      Quick-moving is also known as "shift-clicking" since it's usually triggered using Shift+left click.

      Specified by:
      quickMove in class ScreenHandler
      Parameters:
      slot - the index of the slot to quick-move from
      Returns:
      ItemStack.EMPTY when no stack can be transferred, otherwise the original stack
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named quickMove Lnet/minecraft/screen/ScreenHandler;quickMove(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
      intermediary method_7601 Lnet/minecraft/class_1703;method_7601(Lnet/minecraft/class_1657;I)Lnet/minecraft/class_1799;
      official a Lcpw;a(Lcmz;I)Lcur;
    • getFuel

      public int getFuel()
      Mappings:
      Namespace Name Mixin selector
      named getFuel Lnet/minecraft/screen/BrewingStandScreenHandler;getFuel()I
      intermediary method_17377 Lnet/minecraft/class_1708;method_17377()I
      official l Lcqb;l()I
    • getBrewTime

      public int getBrewTime()
      Mappings:
      Namespace Name Mixin selector
      named getBrewTime Lnet/minecraft/screen/BrewingStandScreenHandler;getBrewTime()I
      intermediary method_17378 Lnet/minecraft/class_1708;method_17378()I
      official m Lcqb;m()I