Package net.minecraft.screen
Class SmokerScreenHandler
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.AbstractRecipeScreenHandler<Inventory>
net.minecraft.screen.AbstractFurnaceScreenHandler
net.minecraft.screen.SmokerScreenHandler
public class SmokerScreenHandler extends AbstractFurnaceScreenHandler
-
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 SmokerScreenHandler(int syncId, PlayerInventory playerInventory)SmokerScreenHandler(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
-
SmokerScreenHandler
-
SmokerScreenHandler
public SmokerScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)
-