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
- Mappings:
Namespace Name official ccz
intermediary net/minecraft/class_3706
named net/minecraft/screen/SmokerScreenHandler
-
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
ConstructorDescriptionSmokerScreenHandler
(int syncId, PlayerInventory playerInventory) SmokerScreenHandler
(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
-
SmokerScreenHandler
- Mappings:
Namespace Name Mixin selector official <init>
Lccz;<init>(ILbyn;)V
intermediary <init>
Lnet/minecraft/class_3706;<init>(ILnet/minecraft/class_1661;)V
named <init>
Lnet/minecraft/screen/SmokerScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;)V
-
SmokerScreenHandler
public SmokerScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) - Mappings:
Namespace Name Mixin selector official <init>
Lccz;<init>(ILbyn;Lbdq;Lcbp;)V
intermediary <init>
Lnet/minecraft/class_3706;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_1263;Lnet/minecraft/class_3913;)V
named <init>
Lnet/minecraft/screen/SmokerScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/screen/PropertyDelegate;)V
-