Package net.minecraft.screen
Class FurnaceScreenHandler
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.AbstractRecipeScreenHandler<Inventory>
net.minecraft.screen.AbstractFurnaceScreenHandler
net.minecraft.screen.FurnaceScreenHandler
- Mappings:
Namespace Name official cbx
intermediary net/minecraft/class_3858
named net/minecraft/screen/FurnaceScreenHandler
-
Field Summary
Fields inherited from class net.minecraft.screen.AbstractFurnaceScreenHandler
field_30738, field_30739, field_30740, field_30741, field_30742, world
Fields 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
ConstructorDescriptionFurnaceScreenHandler
(int syncId, PlayerInventory playerInventory) FurnaceScreenHandler
(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) -
Method Summary
Methods inherited from class net.minecraft.screen.AbstractFurnaceScreenHandler
canInsertIntoSlot, canUse, clearCraftingSlots, getCategory, getCookProgress, getCraftingHeight, getCraftingResultSlotIndex, getCraftingSlotCount, getCraftingWidth, getFuelProgress, isBurning, isFuel, isSmeltable, matches, populateRecipeFinder, quickMove
Methods inherited from class net.minecraft.screen.AbstractRecipeScreenHandler
fillInputSlots
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
-
Constructor Details
-
FurnaceScreenHandler
- Mappings:
Namespace Name Mixin selector official <init>
Lcbx;<init>(ILbyl;)V
intermediary <init>
Lnet/minecraft/class_3858;<init>(ILnet/minecraft/class_1661;)V
named <init>
Lnet/minecraft/screen/FurnaceScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;)V
-
FurnaceScreenHandler
public FurnaceScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) - Mappings:
Namespace Name Mixin selector official <init>
Lcbx;<init>(ILbyl;Lbdr;Lcbn;)V
intermediary <init>
Lnet/minecraft/class_3858;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_1263;Lnet/minecraft/class_3913;)V
named <init>
Lnet/minecraft/screen/FurnaceScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/screen/PropertyDelegate;)V
-