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
public class FurnaceScreenHandler extends AbstractFurnaceScreenHandler
- Mappings:
Namespace Name official bkkintermediary net/minecraft/class_3858named net/minecraft/screen/FurnaceScreenHandler
-
Field Summary
Fields inherited from class net.minecraft.screen.AbstractFurnaceScreenHandler
worldFields inherited from class net.minecraft.screen.ScreenHandler
slots, syncId -
Constructor Summary
Constructors Constructor Description FurnaceScreenHandler(int syncId, PlayerInventory playerInventory)FurnaceScreenHandler(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, transferSlotMethods inherited from class net.minecraft.screen.AbstractRecipeScreenHandler
fillInputSlotsMethods 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
-
FurnaceScreenHandler
- Mappings:
Namespace Name Mixin selector official <init>Lbkk;<init>(ILbhk;)Vintermediary <init>Lnet/minecraft/class_3858;<init>(ILnet/minecraft/class_1661;)Vnamed <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>Lbkk;<init>(ILbhk;Lapj;Lbkb;)Vintermediary <init>Lnet/minecraft/class_3858;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_1263;Lnet/minecraft/class_3913;)Vnamed <init>Lnet/minecraft/screen/FurnaceScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/screen/PropertyDelegate;)V
-