Package net.minecraft.block.entity
Class BlastFurnaceBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.LockableContainerBlockEntity
net.minecraft.block.entity.AbstractFurnaceBlockEntity
net.minecraft.block.entity.BlastFurnaceBlockEntity
- All Implemented Interfaces:
Inventory,SidedInventory,RecipeInputProvider,RecipeUnlocker,NamedScreenHandlerFactory,ScreenHandlerFactory,Clearable,Nameable,Tickable
public class BlastFurnaceBlockEntity 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 BlastFurnaceBlockEntity() -
Method Summary
Modifier and Type Method Description protected ScreenHandlercreateScreenHandler(int syncId, PlayerInventory playerInventory)protected TextgetContainerName()protected intgetFuelTime(ItemStack fuel)Methods inherited from class net.minecraft.block.entity.AbstractFurnaceBlockEntity
canAcceptRecipeOutput, canExtract, canInsert, canPlayerUse, canUseAsFuel, clear, createFuelTimeMap, dropExperience, fromTag, getAvailableSlots, getCookTime, 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
-
BlastFurnaceBlockEntity
public BlastFurnaceBlockEntity()
-
-
Method Details
-
getContainerName
- Specified by:
getContainerNamein classLockableContainerBlockEntity
-
getFuelTime
- Overrides:
getFuelTimein classAbstractFurnaceBlockEntity
-
createScreenHandler
- Specified by:
createScreenHandlerin classLockableContainerBlockEntity
-