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:
Inventory,SidedInventory,RecipeInputProvider,RecipeUnlocker,NamedScreenHandlerFactory,ScreenHandlerFactory,Clearable,Nameable
public class FurnaceBlockEntity extends AbstractFurnaceBlockEntity
- Mappings:
Namespace Name official cghintermediary net/minecraft/class_3866named net/minecraft/block/entity/FurnaceBlockEntity
-
Field Summary
Fields inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
inventory, propertyDelegateFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world -
Constructor Summary
Constructors Constructor Description FurnaceBlockEntity(BlockPos pos, BlockState state) -
Method Summary
Modifier and Type Method Description protected ScreenHandlercreateScreenHandler(int syncId, PlayerInventory playerInventory)protected TextgetContainerName()Methods inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
canExtract, canInsert, canPlayerUse, canUseAsFuel, clear, createFuelTimeMap, dropExperienceForRecipesUsed, fromTag, getAvailableSlots, getFuelTime, getLastRecipe, getRecipesUsedAndDropExperience, getStack, isEmpty, isValid, provideRecipeInputs, removeStack, removeStack, setLastRecipe, setStack, size, tick, toTag, unlockLastRecipeMethods 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, createFromTag, getCachedState, getPos, getSquaredRenderDistance, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onSyncedBlockEvent, populateCrashReport, setCachedState, setWorld, toInitialChunkDataTag, toUpdatePacketMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.inventory.Inventory
containsAny, count, getMaxCountPerStack, markDirty, onClose, onOpenMethods inherited from interface net.minecraft.util.Nameable
hasCustomNameMethods inherited from interface net.minecraft.recipe.RecipeUnlocker
shouldCraftRecipe
-
Constructor Details
-
FurnaceBlockEntity
- Mappings:
Namespace Name Mixin selector official <init>Lcgh;<init>(Lfx;Lcht;)Vintermediary <init>Lnet/minecraft/class_3866;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vnamed <init>Lnet/minecraft/block/entity/FurnaceBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-
-
Method Details
-
getContainerName
- Specified by:
getContainerNamein classLockableContainerBlockEntity- Mappings:
Namespace Name Mixin selector official gLcfl;g()Loi;intermediary method_17823Lnet/minecraft/class_2624;method_17823()Lnet/minecraft/class_2561;named getContainerNameLnet/minecraft/block/entity/LockableContainerBlockEntity;getContainerName()Lnet/minecraft/text/Text;
-
createScreenHandler
- Specified by:
createScreenHandlerin classLockableContainerBlockEntity- Mappings:
Namespace Name Mixin selector official aLcfl;a(ILbhk;)Lbjr;intermediary method_5465Lnet/minecraft/class_2624;method_5465(ILnet/minecraft/class_1661;)Lnet/minecraft/class_1703;named createScreenHandlerLnet/minecraft/block/entity/LockableContainerBlockEntity;createScreenHandler(ILnet/minecraft/entity/player/PlayerInventory;)Lnet/minecraft/screen/ScreenHandler;
-