Package net.minecraft.screen
Class BrewingStandScreenHandler
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.BrewingStandScreenHandler
- Mappings:
Namespace Name official cehintermediary net/minecraft/class_1708named net/minecraft/screen/BrewingStandScreenHandler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate final Slotprivate final Inventoryprivate static final intprivate static final intprivate static final intprivate final PropertyDelegateFields inherited from class net.minecraft.screen.ScreenHandler
EMPTY_SPACE_SLOT_INDEX, field_30731, field_30732, field_30733, field_30734, field_30735, field_30736, field_30737, slots, syncId -
Constructor Summary
ConstructorsConstructorDescriptionBrewingStandScreenHandler(int syncId, PlayerInventory playerInventory) BrewingStandScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanUse(PlayerEntity player) Returns whether the screen handler can be used.intintgetFuel()quickMove(PlayerEntity player, int slot) Quick-moves the stack atslotto other slots of the screen handler that belong to a different inventory or another section of the same inventory.Methods inherited from class net.minecraft.screen.ScreenHandler
addListener, addProperties, addProperty, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertIntoSlot, canInsertItemIntoSlot, canUse, checkDataCount, checkSize, copySharedSlots, disableSyncing, dropInventory, enableSyncing, endQuickCraft, getCursorStack, getRevision, getSlot, getSlotIndex, getStacks, getType, insertItem, isValid, nextRevision, onButtonClick, onClosed, onContentChanged, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setCursorStack, setPreviousCursorStack, setPreviousTrackedSlot, setPreviousTrackedSlotMutable, setProperty, setStackInSlot, shouldQuickCraftContinue, syncState, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks, updateSyncHandler, updateToClient
-
Field Details
-
field_30763
private static final int field_30763- See Also:
- Mappings:
Namespace Name Mixin selector official kLceh;k:Iintermediary field_30763Lnet/minecraft/class_1708;field_30763:Inamed field_30763Lnet/minecraft/screen/BrewingStandScreenHandler;field_30763:I
-
field_30764
private static final int field_30764- See Also:
- Mappings:
Namespace Name Mixin selector official lLceh;l:Iintermediary field_30764Lnet/minecraft/class_1708;field_30764:Inamed field_30764Lnet/minecraft/screen/BrewingStandScreenHandler;field_30764:I
-
INGREDIENT_SLOT_ID
private static final int INGREDIENT_SLOT_ID- See Also:
- Mappings:
Namespace Name Mixin selector official mLceh;m:Iintermediary field_30765Lnet/minecraft/class_1708;field_30765:Inamed INGREDIENT_SLOT_IDLnet/minecraft/screen/BrewingStandScreenHandler;INGREDIENT_SLOT_ID:I
-
FUEL_SLOT_ID
private static final int FUEL_SLOT_ID- See Also:
- Mappings:
Namespace Name Mixin selector official nLceh;n:Iintermediary field_30766Lnet/minecraft/class_1708;field_30766:Inamed FUEL_SLOT_IDLnet/minecraft/screen/BrewingStandScreenHandler;FUEL_SLOT_ID:I
-
BREWING_STAND_INVENTORY_SIZE
private static final int BREWING_STAND_INVENTORY_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official oLceh;o:Iintermediary field_30767Lnet/minecraft/class_1708;field_30767:Inamed BREWING_STAND_INVENTORY_SIZELnet/minecraft/screen/BrewingStandScreenHandler;BREWING_STAND_INVENTORY_SIZE:I
-
PROPERTY_COUNT
private static final int PROPERTY_COUNT- See Also:
- Mappings:
Namespace Name Mixin selector official pLceh;p:Iintermediary field_30768Lnet/minecraft/class_1708;field_30768:Inamed PROPERTY_COUNTLnet/minecraft/screen/BrewingStandScreenHandler;PROPERTY_COUNT:I
-
INVENTORY_START
private static final int INVENTORY_START- See Also:
- Mappings:
Namespace Name Mixin selector official qLceh;q:Iintermediary field_30769Lnet/minecraft/class_1708;field_30769:Inamed INVENTORY_STARTLnet/minecraft/screen/BrewingStandScreenHandler;INVENTORY_START:I
-
INVENTORY_END
private static final int INVENTORY_END- See Also:
- Mappings:
Namespace Name Mixin selector official rLceh;r:Iintermediary field_30770Lnet/minecraft/class_1708;field_30770:Inamed INVENTORY_ENDLnet/minecraft/screen/BrewingStandScreenHandler;INVENTORY_END:I
-
HOTBAR_START
private static final int HOTBAR_START- See Also:
- Mappings:
Namespace Name Mixin selector official sLceh;s:Iintermediary field_30771Lnet/minecraft/class_1708;field_30771:Inamed HOTBAR_STARTLnet/minecraft/screen/BrewingStandScreenHandler;HOTBAR_START:I
-
HOTBAR_END
private static final int HOTBAR_END- See Also:
- Mappings:
Namespace Name Mixin selector official tLceh;t:Iintermediary field_30772Lnet/minecraft/class_1708;field_30772:Inamed HOTBAR_ENDLnet/minecraft/screen/BrewingStandScreenHandler;HOTBAR_END:I
-
inventory
- Mappings:
Namespace Name Mixin selector official uLceh;u:Lbgh;intermediary field_7788Lnet/minecraft/class_1708;field_7788:Lnet/minecraft/class_1263;named inventoryLnet/minecraft/screen/BrewingStandScreenHandler;inventory:Lnet/minecraft/inventory/Inventory;
-
propertyDelegate
- Mappings:
Namespace Name Mixin selector official vLceh;v:Lcem;intermediary field_17292Lnet/minecraft/class_1708;field_17292:Lnet/minecraft/class_3913;named propertyDelegateLnet/minecraft/screen/BrewingStandScreenHandler;propertyDelegate:Lnet/minecraft/screen/PropertyDelegate;
-
ingredientSlot
- Mappings:
Namespace Name Mixin selector official wLceh;w:Lcfu;intermediary field_7787Lnet/minecraft/class_1708;field_7787:Lnet/minecraft/class_1735;named ingredientSlotLnet/minecraft/screen/BrewingStandScreenHandler;ingredientSlot:Lnet/minecraft/screen/slot/Slot;
-
-
Constructor Details
-
BrewingStandScreenHandler
- Mappings:
Namespace Name Mixin selector official <init>Lceh;<init>(ILcbk;)Vintermediary <init>Lnet/minecraft/class_1708;<init>(ILnet/minecraft/class_1661;)Vnamed <init>Lnet/minecraft/screen/BrewingStandScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;)V
-
BrewingStandScreenHandler
public BrewingStandScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) - Mappings:
Namespace Name Mixin selector official <init>Lceh;<init>(ILcbk;Lbgh;Lcem;)Vintermediary <init>Lnet/minecraft/class_1708;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_1263;Lnet/minecraft/class_3913;)Vnamed <init>Lnet/minecraft/screen/BrewingStandScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/screen/PropertyDelegate;)V
-
-
Method Details
-
canUse
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:
canUsein classScreenHandler- Returns:
- whether the screen handler can be used
- Mappings:
Namespace Name Mixin selector official aLcec;a(Lcbl;)Zintermediary method_7597Lnet/minecraft/class_1703;method_7597(Lnet/minecraft/class_1657;)Znamed canUseLnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
quickMove
Quick-moves the stack atslotto 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:
quickMovein classScreenHandler- Parameters:
slot- the index of the slot to quick-move from- Returns:
ItemStack.EMPTYwhen no stack can be transferred, otherwise the original stack- See Also:
- Mappings:
Namespace Name Mixin selector official aLcec;a(Lcbl;I)Lciw;intermediary method_7601Lnet/minecraft/class_1703;method_7601(Lnet/minecraft/class_1657;I)Lnet/minecraft/class_1799;named quickMoveLnet/minecraft/screen/ScreenHandler;quickMove(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
-
getFuel
public int getFuel()- Mappings:
Namespace Name Mixin selector official lLceh;l()Iintermediary method_17377Lnet/minecraft/class_1708;method_17377()Inamed getFuelLnet/minecraft/screen/BrewingStandScreenHandler;getFuel()I
-
getBrewTime
public int getBrewTime()- Mappings:
Namespace Name Mixin selector official mLceh;m()Iintermediary method_17378Lnet/minecraft/class_1708;method_17378()Inamed getBrewTimeLnet/minecraft/screen/BrewingStandScreenHandler;getBrewTime()I
-