Package net.minecraft.tileentity
Class FurnaceTileEntity
- All Implemented Interfaces:
IContainerProvider,INamedContainerProvider,IClearable,IInventory,IRecipeHelperPopulator,IRecipeHolder,ISidedInventory,ITickableTileEntity,INameable,ICapabilityProvider,ICapabilitySerializable<CompoundNBT>,IForgeTileEntity,INBTSerializable<CompoundNBT>
-
Field Summary
Fields inherited from class net.minecraft.tileentity.AbstractFurnaceTileEntity
dataAccess, handlers, items, recipeTypeFields inherited from class net.minecraft.tileentity.TileEntity
level, remove, worldPositionFields inherited from interface net.minecraftforge.common.extensions.IForgeTileEntity
INFINITE_EXTENT_AABB -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ContainercreateMenu(int p_213906_1_, PlayerInventory p_213906_2_) protected ITextComponentMethods inherited from class net.minecraft.tileentity.AbstractFurnaceTileEntity
awardUsedRecipes, awardUsedRecipesAndPopExperience, canBurn, canPlaceItem, canPlaceItemThroughFace, canTakeItemThroughFace, clearContent, fillStackedContents, getBurnDuration, getCapability, getContainerSize, getFuel, getItem, getRecipesToAwardAndPopExperience, getRecipeUsed, getSlotsForFace, getTotalCookTime, invalidateCaps, isEmpty, isFuel, load, removeItem, removeItemNoUpdate, save, setItem, setRecipeUsed, stillValid, tickMethods inherited from class net.minecraft.tileentity.LockableTileEntity
canOpen, canUnlock, createMenu, createUnSidedHandler, getCustomName, getDisplayName, getName, setCustomNameMethods inherited from class net.minecraft.tileentity.TileEntity
clearCache, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getTileData, getType, getUpdatePacket, getUpdateTag, getViewDistance, hasLevel, isRemoved, loadStatic, logInvalidState, mirror, onChunkUnloaded, onlyOpCanSetNbt, rotate, setChanged, setLevelAndPosition, setPosition, setRemoved, triggerEventMethods inherited from class net.minecraftforge.common.capabilities.CapabilityProvider
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, reviveCaps, serializeCapsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvider
getCapabilityMethods inherited from interface net.minecraftforge.common.extensions.IForgeTileEntity
deserializeNBT, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, onDataPacket, onLoad, requestModelDataUpdate, serializeNBTMethods inherited from interface net.minecraft.inventory.IInventory
countItem, getMaxStackSize, hasAnyOf, setChanged, startOpen, stopOpenMethods inherited from interface net.minecraft.util.INameable
hasCustomNameMethods inherited from interface net.minecraft.inventory.IRecipeHolder
setRecipeUsed
-
Constructor Details
-
FurnaceTileEntity
public FurnaceTileEntity()
-
-
Method Details
-
getDefaultName
- Specified by:
getDefaultNamein classLockableTileEntity
-
createMenu
- Specified by:
createMenuin classLockableTileEntity
-