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,Tickable
public class FurnaceBlockEntity extends AbstractFurnaceBlockEntity
-
Field Summary
Fields inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
inventory, propertyDelegate, recipeTypeFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world -
Constructor Summary
Constructors Constructor Description FurnaceBlockEntity() -
Method Summary
Modifier and Type Method Description protected ScreenHandlercreateScreenHandler(int syncId, PlayerInventory playerInventory)protected TextgetContainerName()Methods inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
canAcceptRecipeOutput, canExtract, canInsert, canPlayerUse, canUseAsFuel, clear, createFuelTimeMap, dropExperience, fromTag, getAvailableSlots, getCookTime, getFuelTime, getLastRecipe, getStack, isEmpty, isValid, method_27354, 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
applyMirror, applyRotation, cancelRemoval, copyItemDataRequiresOperator, createFromTag, getCachedState, getPos, getRenderDistance, getType, getWorld, hasWorld, isRemoved, markDirty, markInvalid, markRemoved, onSyncedBlockEvent, populateCrashReport, resetBlock, setLocation, setPos, 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
public FurnaceBlockEntity()
-
-
Method Details
-
getContainerName
- Specified by:
getContainerNamein classLockableContainerBlockEntity
-
createScreenHandler
- Specified by:
createScreenHandlerin classLockableContainerBlockEntity
-