Package net.minecraft.screen
Class BlastFurnaceScreenHandler
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.AbstractRecipeScreenHandler<Inventory>
net.minecraft.screen.AbstractFurnaceScreenHandler
net.minecraft.screen.BlastFurnaceScreenHandler
public class BlastFurnaceScreenHandler extends AbstractFurnaceScreenHandler
- Mappings:
Namespace Name official bjv
intermediary net/minecraft/class_3705
named net/minecraft/screen/BlastFurnaceScreenHandler
-
Field Summary
Fields inherited from class net.minecraft.screen.AbstractFurnaceScreenHandler
world
Fields inherited from class net.minecraft.screen.ScreenHandler
slots, syncId
-
Constructor Summary
Constructors Constructor Description BlastFurnaceScreenHandler(int syncId, PlayerInventory playerInventory)
BlastFurnaceScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)
-
Method Summary
Methods inherited from class net.minecraft.screen.AbstractFurnaceScreenHandler
canUse, clearCraftingSlots, getCategory, getCookProgress, getCraftingHeight, getCraftingResultSlotIndex, getCraftingSlotCount, getCraftingWidth, getFuelProgress, isBurning, isFuel, isSmeltable, matches, method_32339, populateRecipeFinder, transferSlot
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, close, dropInventory, endQuickCraft, getNextActionId, getSlot, getStacks, getType, insertItem, isNotRestricted, onButtonClick, onContentChanged, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setPlayerRestriction, setProperty, setStackInSlot, shouldQuickCraftContinue, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks
-
Constructor Details
-
BlastFurnaceScreenHandler
- Mappings:
Namespace Name Mixin selector official <init>
Lbjv;<init>(ILbhk;)V
intermediary <init>
Lnet/minecraft/class_3705;<init>(ILnet/minecraft/class_1661;)V
named <init>
Lnet/minecraft/screen/BlastFurnaceScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;)V
-
BlastFurnaceScreenHandler
public BlastFurnaceScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)- Mappings:
Namespace Name Mixin selector official <init>
Lbjv;<init>(ILbhk;Lapj;Lbkb;)V
intermediary <init>
Lnet/minecraft/class_3705;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_1263;Lnet/minecraft/class_3913;)V
named <init>
Lnet/minecraft/screen/BlastFurnaceScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/screen/PropertyDelegate;)V
-