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 intermediary net/minecraft/class_3723official davnamed net/minecraft/block/entity/SmokerBlockEntity
-
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, propertyDelegateFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, worldFields inherited from interface net.minecraft.inventory.Inventory
field_42619, MAX_COUNT_PER_STACK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScreenHandlercreateScreenHandler(int syncId, PlayerInventory playerInventory) protected Textprotected intgetFuelTime(ItemStack fuel) Methods inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
canExtract, canInsert, canPlayerUse, canUseAsFuel, clear, createFuelTimeMap, dropExperienceForRecipesUsed, getAvailableSlots, getLastRecipe, getRecipesUsedAndDropExperience, getStack, isEmpty, isValid, provideRecipeInputs, readNbt, removeStack, removeStack, setLastRecipe, setStack, size, tick, unlockLastRecipe, writeNbtMethods inherited from class net.minecraft.block.entity.LockableContainerBlockEntity
checkUnlocked, checkUnlocked, createMenu, getCustomName, getDisplayName, getName, setCustomNameMethods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, copyItemDataRequiresOperator, createFromNbt, createNbt, createNbtWithId, createNbtWithIdentifyingData, getCachedState, getPos, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onSyncedBlockEvent, populateCrashReport, posFromNbt, setCachedState, setStackNbt, setWorld, toInitialChunkDataNbt, toUpdatePacket, writeIdToNbtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.inventory.Inventory
canTransferTo, containsAny, containsAny, count, getMaxCountPerStack, markDirty, onClose, onOpenMethods inherited from interface net.minecraft.util.Nameable
hasCustomNameMethods inherited from interface net.minecraft.recipe.RecipeUnlocker
shouldCraftRecipe
-
Constructor Details
-
SmokerBlockEntity
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_3723;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial <init>Ldav;<init>(Lgu;Ldby;)Vnamed <init>Lnet/minecraft/block/entity/SmokerBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-
-
Method Details
-
getContainerName
- Specified by:
getContainerNamein classLockableContainerBlockEntity- Mappings:
Namespace Name Mixin selector intermediary method_17823Lnet/minecraft/class_2624;method_17823()Lnet/minecraft/class_2561;official gLcze;g()Lsw;named getContainerNameLnet/minecraft/block/entity/LockableContainerBlockEntity;getContainerName()Lnet/minecraft/text/Text;
-
getFuelTime
- Overrides:
getFuelTimein classAbstractFurnaceBlockEntity- Mappings:
Namespace Name Mixin selector intermediary method_11200Lnet/minecraft/class_2609;method_11200(Lnet/minecraft/class_1799;)Iofficial aLcyz;a(Lcfx;)Inamed getFuelTimeLnet/minecraft/block/entity/AbstractFurnaceBlockEntity;getFuelTime(Lnet/minecraft/item/ItemStack;)I
-
createScreenHandler
- Specified by:
createScreenHandlerin classLockableContainerBlockEntity- Mappings:
Namespace Name Mixin selector intermediary method_5465Lnet/minecraft/class_2624;method_5465(ILnet/minecraft/class_1661;)Lnet/minecraft/class_1703;official aLcze;a(ILbyl;)Lcbd;named createScreenHandlerLnet/minecraft/block/entity/LockableContainerBlockEntity;createScreenHandler(ILnet/minecraft/entity/player/PlayerInventory;)Lnet/minecraft/screen/ScreenHandler;
-