Package net.minecraft.block.entity
Class FurnaceBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.LockableContainerBlockEntity
net.minecraft.block.entity.AbstractFurnaceBlockEntity
net.minecraft.block.entity.FurnaceBlockEntity
- All Implemented Interfaces:
Iterable<ItemStack>,Inventory,SidedInventory,RecipeInputProvider,RecipeUnlocker,NamedScreenHandlerFactory,ScreenHandlerFactory,Clearable,Nameable,DebugTrackable
- Mappings:
Namespace Name named net/minecraft/block/entity/FurnaceBlockEntityintermediary net/minecraft/class_3866official ehh
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.debug.DebugTrackable
DebugTrackable.DebugDataSupplier<T>, DebugTrackable.TrackerNested classes/interfaces inherited from interface net.minecraft.inventory.Inventory
Inventory.Iterator -
Field Summary
FieldsFields inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
BURN_TIME_PROPERTY_INDEX, COOK_TIME_PROPERTY_INDEX, COOK_TIME_TOTAL_PROPERTY_INDEX, cookingTimeSpent, cookingTotalTime, DEFAULT_COOK_TIME, field_31295, FUEL_SLOT_INDEX, FUEL_TIME_PROPERTY_INDEX, INPUT_SLOT_INDEX, inventory, litTimeRemaining, litTotalTime, OUTPUT_SLOT_INDEX, PROPERTY_COUNT, propertyDelegateFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, worldFields inherited from interface net.minecraft.inventory.Inventory
DEFAULT_MAX_INTERACTION_RANGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScreenHandlercreateScreenHandler(int syncId, PlayerInventory playerInventory) protected TextMethods inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
canExtract, canInsert, dropExperienceForRecipesUsed, getAvailableSlots, getFuelTime, getHeldStacks, getLastRecipe, getRecipesUsedAndDropExperience, isValid, onBlockReplaced, provideRecipeInputs, readData, setHeldStacks, setLastRecipe, setStack, size, tick, unlockLastRecipe, writeDataMethods inherited from class net.minecraft.block.entity.LockableContainerBlockEntity
addComponents, canPlayerUse, checkUnlocked, checkUnlocked, clear, createMenu, getCustomName, getDisplayName, getName, getStack, isEmpty, isLocked, readComponents, removeFromCopiedStackData, removeStack, removeStackMethods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, createComponentlessNbt, createComponentMap, createFromNbt, createNbt, createNbtWithIdentifyingData, getCachedState, getComponents, getNameForReport, getPos, getReporterContext, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onSyncedBlockEvent, populateCrashReport, posFromNbt, read, readComponentlessData, readComponents, readComponents, registerTracking, setCachedState, setComponents, setWorld, supports, toInitialChunkDataNbt, toUpdatePacket, tryParseCustomName, writeComponentlessData, writeDataWithId, writeDataWithoutId, writeFullData, writeIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.inventory.Inventory
canPlayerUse, canTransferTo, containsAny, containsAny, count, getMaxCount, getMaxCountPerStack, getStack, getViewingUsers, isEmpty, iterator, markDirty, onClose, onOpen, removeStack, removeStackMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface net.minecraft.util.Nameable
getStringifiedName, hasCustomNameMethods inherited from interface net.minecraft.recipe.RecipeUnlocker
shouldCraftRecipe
-
Field Details
-
CONTAINER_NAME_TEXT
- Mappings:
Namespace Name Mixin selector named CONTAINER_NAME_TEXTLnet/minecraft/block/entity/FurnaceBlockEntity;CONTAINER_NAME_TEXT:Lnet/minecraft/text/Text;intermediary field_63044Lnet/minecraft/class_3866;field_63044:Lnet/minecraft/class_2561;official qLehh;q:Lxx;
-
-
Constructor Details
-
FurnaceBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/entity/FurnaceBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary <init>Lnet/minecraft/class_3866;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial <init>Lehh;<init>(Lja;Lejm;)V
-
-
Method Details
-
getContainerName
- Specified by:
getContainerNamein classLockableContainerBlockEntity- Mappings:
Namespace Name Mixin selector named getContainerNameLnet/minecraft/block/entity/LockableContainerBlockEntity;getContainerName()Lnet/minecraft/text/Text;intermediary method_17823Lnet/minecraft/class_2624;method_17823()Lnet/minecraft/class_2561;official kLefz;k()Lxx;
-
createScreenHandler
- Specified by:
createScreenHandlerin classLockableContainerBlockEntity- Mappings:
Namespace Name Mixin selector named createScreenHandlerLnet/minecraft/block/entity/LockableContainerBlockEntity;createScreenHandler(ILnet/minecraft/entity/player/PlayerInventory;)Lnet/minecraft/screen/ScreenHandler;intermediary method_5465Lnet/minecraft/class_2624;method_5465(ILnet/minecraft/class_1661;)Lnet/minecraft/class_1703;official aLefz;a(ILczk;)Lddg;
-