Package net.minecraft.block.entity
Class SmokerBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.LockableContainerBlockEntity
net.minecraft.block.entity.AbstractFurnaceBlockEntity
net.minecraft.block.entity.SmokerBlockEntity
- All Implemented Interfaces:
Inventory
,SidedInventory
,RecipeInputProvider
,RecipeUnlocker
,NamedScreenHandlerFactory
,ScreenHandlerFactory
,Clearable
,Nameable
- Mappings:
Namespace Name named net/minecraft/block/entity/SmokerBlockEntity
intermediary net/minecraft/class_3723
official dqw
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.entity.BlockEntity
BlockEntity.ComponentsAccess
-
Field Summary
Fields inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
BURN_TIME_PROPERTY_INDEX, burnTime, COOK_TIME_PROPERTY_INDEX, COOK_TIME_TOTAL_PROPERTY_INDEX, cookTime, cookTimeTotal, DEFAULT_COOK_TIME, field_31295, FUEL_SLOT_INDEX, FUEL_TIME_PROPERTY_INDEX, fuelTime, INPUT_SLOT_INDEX, inventory, OUTPUT_SLOT_INDEX, PROPERTY_COUNT, propertyDelegate
Fields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world
Fields inherited from interface net.minecraft.inventory.Inventory
DEFAULT_MAX_INTERACTION_RANGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ScreenHandler
createScreenHandler
(int syncId, PlayerInventory playerInventory) protected Text
protected int
getFuelTime
(ItemStack fuel) Methods inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
canExtract, canInsert, canUseAsFuel, clearFuelTimes, createFuelTimeMap, dropExperienceForRecipesUsed, getAvailableSlots, getHeldStacks, getLastRecipe, getRecipesUsedAndDropExperience, isValid, provideRecipeInputs, readNbt, setHeldStacks, setLastRecipe, setStack, size, tick, unlockLastRecipe, writeNbt
Methods inherited from class net.minecraft.block.entity.LockableContainerBlockEntity
addComponents, canPlayerUse, checkUnlocked, checkUnlocked, clear, createMenu, getCustomName, getDisplayName, getName, getStack, isEmpty, readComponents, removeFromCopiedStackNbt, removeStack, removeStack
Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, copyItemDataRequiresOperator, createComponentlessNbt, createComponentlessNbtWithIdentifyingData, createComponentMap, createFromNbt, createNbt, createNbtWithId, createNbtWithIdentifyingData, getCachedState, getComponents, getPos, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onSyncedBlockEvent, populateCrashReport, posFromNbt, read, readComponentlessNbt, readComponents, readComponents, setCachedState, setComponents, setStackNbt, setWorld, toInitialChunkDataNbt, toUpdatePacket, tryParseCustomName, writeIdToNbt
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.inventory.Inventory
canPlayerUse, canTransferTo, containsAny, containsAny, count, getMaxCount, getMaxCountPerStack, getStack, isEmpty, markDirty, onClose, onOpen, removeStack, removeStack
Methods inherited from interface net.minecraft.util.Nameable
hasCustomName
Methods inherited from interface net.minecraft.recipe.RecipeUnlocker
shouldCraftRecipe
-
Constructor Details
-
SmokerBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/block/entity/SmokerBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
intermediary <init>
Lnet/minecraft/class_3723;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
official <init>
Ldqw;<init>(Liz;Ldse;)V
-
-
Method Details
-
getContainerName
- Specified by:
getContainerName
in classLockableContainerBlockEntity
- Mappings:
Namespace Name Mixin selector named getContainerName
Lnet/minecraft/block/entity/LockableContainerBlockEntity;getContainerName()Lnet/minecraft/text/Text;
intermediary method_17823
Lnet/minecraft/class_2624;method_17823()Lnet/minecraft/class_2561;
official k
Ldpd;k()Lxp;
-
getFuelTime
- Overrides:
getFuelTime
in classAbstractFurnaceBlockEntity
- Mappings:
Namespace Name Mixin selector named getFuelTime
Lnet/minecraft/block/entity/AbstractFurnaceBlockEntity;getFuelTime(Lnet/minecraft/item/ItemStack;)I
intermediary method_11200
Lnet/minecraft/class_2609;method_11200(Lnet/minecraft/class_1799;)I
official b
Ldox;b(Lcur;)I
-
createScreenHandler
- Specified by:
createScreenHandler
in classLockableContainerBlockEntity
- Mappings:
Namespace Name Mixin selector named createScreenHandler
Lnet/minecraft/block/entity/LockableContainerBlockEntity;createScreenHandler(ILnet/minecraft/entity/player/PlayerInventory;)Lnet/minecraft/screen/ScreenHandler;
intermediary method_5465
Lnet/minecraft/class_2624;method_5465(ILnet/minecraft/class_1661;)Lnet/minecraft/class_1703;
official a
Ldpd;a(ILcmy;)Lcpw;
-