Uses of Class
net.minecraft.tileentity.TileEntity
Package
Description
-
Uses of TileEntity in net.minecraft.block
Modifier and TypeMethodDescriptionAbstractBannerBlock.newBlockEntity
(IBlockReader p_196283_1_) AbstractSignBlock.newBlockEntity
(IBlockReader p_196283_1_) AbstractSkullBlock.newBlockEntity
(IBlockReader p_196283_1_) BarrelBlock.newBlockEntity
(IBlockReader p_196283_1_) BeaconBlock.newBlockEntity
(IBlockReader p_196283_1_) BedBlock.newBlockEntity
(IBlockReader p_196283_1_) BeehiveBlock.newBlockEntity
(IBlockReader p_196283_1_) BellBlock.newBlockEntity
(IBlockReader p_196283_1_) BlastFurnaceBlock.newBlockEntity
(IBlockReader p_196283_1_) BrewingStandBlock.newBlockEntity
(IBlockReader p_196283_1_) CampfireBlock.newBlockEntity
(IBlockReader p_196283_1_) ChestBlock.newBlockEntity
(IBlockReader p_196283_1_) CommandBlockBlock.newBlockEntity
(IBlockReader p_196283_1_) ComparatorBlock.newBlockEntity
(IBlockReader p_196283_1_) ConduitBlock.newBlockEntity
(IBlockReader p_196283_1_) DaylightDetectorBlock.newBlockEntity
(IBlockReader p_196283_1_) DispenserBlock.newBlockEntity
(IBlockReader p_196283_1_) DropperBlock.newBlockEntity
(IBlockReader p_196283_1_) EnchantingTableBlock.newBlockEntity
(IBlockReader p_196283_1_) EnderChestBlock.newBlockEntity
(IBlockReader p_196283_1_) EndGatewayBlock.newBlockEntity
(IBlockReader p_196283_1_) EndPortalBlock.newBlockEntity
(IBlockReader p_196283_1_) FurnaceBlock.newBlockEntity
(IBlockReader p_196283_1_) HopperBlock.newBlockEntity
(IBlockReader p_196283_1_) ITileEntityProvider.newBlockEntity
(IBlockReader p_196283_1_) Deprecated.JigsawBlock.newBlockEntity
(IBlockReader p_196283_1_) JukeboxBlock.newBlockEntity
(IBlockReader p_196283_1_) LecternBlock.newBlockEntity
(IBlockReader p_196283_1_) MovingPistonBlock.newBlockEntity
(IBlockReader p_196283_1_) ShulkerBoxBlock.newBlockEntity
(IBlockReader p_196283_1_) SmokerBlock.newBlockEntity
(IBlockReader p_196283_1_) SpawnerBlock.newBlockEntity
(IBlockReader p_196283_1_) StructureBlock.newBlockEntity
(IBlockReader p_196283_1_) TrappedChestBlock.newBlockEntity
(IBlockReader p_196283_1_) static TileEntity
MovingPistonBlock.newMovingBlockEntity
(BlockState p_196343_0_, Direction p_196343_1_, boolean p_196343_2_, boolean p_196343_3_) Modifier and TypeMethodDescriptionstatic void
Block.dropResources
(BlockState p_220059_0_, IWorld p_220059_1_, BlockPos p_220059_2_, TileEntity p_220059_3_) static void
Block.dropResources
(BlockState p_220054_0_, World p_220054_1_, BlockPos p_220054_2_, TileEntity p_220054_3_, Entity p_220054_4_, ItemStack p_220054_5_) Block.getDrops
(BlockState p_220070_0_, ServerWorld p_220070_1_, BlockPos p_220070_2_, TileEntity p_220070_3_) Block.getDrops
(BlockState p_220077_0_, ServerWorld p_220077_1_, BlockPos p_220077_2_, TileEntity p_220077_3_, Entity p_220077_4_, ItemStack p_220077_5_) void
BeehiveBlock.playerDestroy
(World p_180657_1_, PlayerEntity p_180657_2_, BlockPos p_180657_3_, BlockState p_180657_4_, TileEntity p_180657_5_, ItemStack p_180657_6_) void
Block.playerDestroy
(World p_180657_1_, PlayerEntity p_180657_2_, BlockPos p_180657_3_, BlockState p_180657_4_, TileEntity p_180657_5_, ItemStack p_180657_6_) void
DoublePlantBlock.playerDestroy
(World p_180657_1_, PlayerEntity p_180657_2_, BlockPos p_180657_3_, BlockState p_180657_4_, TileEntity p_180657_5_, ItemStack p_180657_6_) void
IceBlock.playerDestroy
(World p_180657_1_, PlayerEntity p_180657_2_, BlockPos p_180657_3_, BlockState p_180657_4_, TileEntity p_180657_5_, ItemStack p_180657_6_) void
TurtleEggBlock.playerDestroy
(World p_180657_1_, PlayerEntity p_180657_2_, BlockPos p_180657_3_, BlockState p_180657_4_, TileEntity p_180657_5_, ItemStack p_180657_6_) -
Uses of TileEntity in net.minecraft.client
Modifier and TypeMethodDescriptionMinecraft.addCustomNbtData
(ItemStack p_184119_1_, TileEntity p_184119_2_) -
Uses of TileEntity in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionstatic RenderMaterial
Atlases.chooseMaterial
(TileEntity p_228771_0_, ChestType p_228771_1_, boolean p_228771_2_) Modifier and TypeMethodDescriptionvoid
WorldRenderer.updateGlobalBlockEntities
(Collection<TileEntity> p_181023_1_, Collection<TileEntity> p_181023_2_) -
Uses of TileEntity in net.minecraft.client.renderer.chunk
Modifier and TypeFieldDescriptionprivate final Set<TileEntity>
ChunkRenderDispatcher.ChunkRender.globalBlockEntities
private final List<TileEntity>
ChunkRenderDispatcher.CompiledChunk.renderableBlockEntities
Modifier and TypeMethodDescriptionprivate <E extends TileEntity>
voidChunkRenderDispatcher.ChunkRender.RebuildTask.handleBlockEntity
(ChunkRenderDispatcher.CompiledChunk p_228942_1_, Set<TileEntity> p_228942_2_, E p_228942_3_) Modifier and TypeMethodDescriptionChunkRenderCache.getBlockEntity
(BlockPos p_175625_1_) ChunkRenderCache.getBlockEntity
(BlockPos p_212399_1_, Chunk.CreateEntityType p_212399_2_) Modifier and TypeMethodDescriptionprivate Set<TileEntity>
ChunkRenderDispatcher.ChunkRender.RebuildTask.compile
(float p_228940_1_, float p_228940_2_, float p_228940_3_, ChunkRenderDispatcher.CompiledChunk p_228940_4_, RegionRenderCacheBuilder p_228940_5_) ChunkRenderDispatcher.CompiledChunk.getRenderableBlockEntities()
Modifier and TypeMethodDescriptionprivate <E extends TileEntity>
voidChunkRenderDispatcher.ChunkRender.RebuildTask.handleBlockEntity
(ChunkRenderDispatcher.CompiledChunk p_228942_1_, Set<TileEntity> p_228942_2_, E p_228942_3_) private void
ChunkRenderDispatcher.ChunkRender.updateGlobalBlockEntities
(Set<TileEntity> p_228931_1_) -
Uses of TileEntity in net.minecraft.client.renderer.tileentity
Modifier and TypeClassDescriptionclass
ChestTileEntityRenderer<T extends TileEntity & IChestLid>
class
DualBrightnessCallback<S extends TileEntity>
class
TileEntityRenderer<T extends TileEntity>
Modifier and TypeMethodDescription<E extends TileEntity>
TileEntityRenderer<E>TileEntityRendererDispatcher.getRenderer
(E p_147547_1_) private <E extends TileEntity>
voidTileEntityRendererDispatcher.register
(TileEntityType<E> p_228854_1_, TileEntityRenderer<E> p_228854_2_) <E extends TileEntity>
voidTileEntityRendererDispatcher.render
(E p_228850_1_, float p_228850_2_, MatrixStack p_228850_3_, IRenderTypeBuffer p_228850_4_) <E extends TileEntity>
booleanTileEntityRendererDispatcher.renderItem
(E p_228852_1_, MatrixStack p_228852_2_, IRenderTypeBuffer p_228852_3_, int p_228852_4_, int p_228852_5_) <T extends TileEntity>
voidTileEntityRendererDispatcher.setSpecialRendererInternal
(TileEntityType<T> tileEntityType, TileEntityRenderer<? super T> specialRenderer) private static <T extends TileEntity>
voidTileEntityRendererDispatcher.setupAndRender
(TileEntityRenderer<T> p_228855_0_, T p_228855_1_, float p_228855_2_, MatrixStack p_228855_3_, IRenderTypeBuffer p_228855_4_) Modifier and TypeMethodDescriptionprivate static void
TileEntityRendererDispatcher.tryRender
(TileEntity p_228853_0_, Runnable p_228853_1_) -
Uses of TileEntity in net.minecraft.command.impl.data
-
Uses of TileEntity in net.minecraft.dispenser
Modifier and TypeMethodDescription<T extends TileEntity>
TIBlockSource.getEntity()
<T extends TileEntity>
TProxyBlockSource.getEntity()
-
Uses of TileEntity in net.minecraft.entity.player
Modifier and TypeMethodDescriptionprivate void
ServerPlayerEntity.broadcast
(TileEntity p_147097_1_) -
Uses of TileEntity in net.minecraft.inventory.container
Modifier and TypeMethodDescriptionstatic int
Container.getRedstoneSignalFromBlockEntity
(TileEntity p_178144_0_) -
Uses of TileEntity in net.minecraft.loot
Modifier and TypeFieldDescriptionstatic final LootParameter<TileEntity>
LootParameters.BLOCK_ENTITY
-
Uses of TileEntity in net.minecraft.loot.functions
Modifier and TypeFieldDescriptionprivate static final Function<TileEntity,
INBT> CopyNbt.BLOCK_ENTITY_GETTER
-
Uses of TileEntity in net.minecraft.tileentity
Modifier and TypeClassDescriptionclass
TileEntityType<T extends TileEntity>
static final class
TileEntityType.Builder<T extends TileEntity>
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionstatic <S extends TileEntity>
TileEntityMerger.ICallbackWrapper<S>TileEntityMerger.combineWithNeigbour
(TileEntityType<S> p_226924_0_, Function<BlockState, TileEntityMerger.Type> p_226924_1_, Function<BlockState, Direction> p_226924_2_, DirectionProperty p_226924_3_, BlockState p_226924_4_, IWorld p_226924_5_, BlockPos p_226924_6_, BiPredicate<IWorld, BlockPos> p_226924_7_) static <T extends TileEntity>
TileEntityType.Builder<T>private static <T extends TileEntity>
TileEntityType<T>TileEntityType.register
(String p_200966_0_, TileEntityType.Builder<T> p_200966_1_) Modifier and TypeMethodDescriptionstatic TileEntity
TileEntity.loadStatic
(BlockState p_235657_0_, CompoundNBT p_235657_1_) -
Uses of TileEntity in net.minecraft.util
-
Uses of TileEntity in net.minecraft.world
Modifier and TypeFieldDescriptionprotected final Set<TileEntity>
World.blockEntitiesToUnload
final List<TileEntity>
World.blockEntityList
protected final List<TileEntity>
World.pendingBlockEntities
final List<TileEntity>
World.tickableBlockEntities
Modifier and TypeMethodDescriptionBlockreader.getBlockEntity
(BlockPos p_175625_1_) EmptyBlockReader.getBlockEntity
(BlockPos p_175625_1_) IBlockReader.getBlockEntity
(BlockPos p_175625_1_) Region.getBlockEntity
(BlockPos p_175625_1_) World.getBlockEntity
(BlockPos p_175625_1_) private TileEntity
World.getPendingBlockEntityAt
(BlockPos p_189508_1_) Modifier and TypeMethodDescriptionboolean
World.addBlockEntity
(TileEntity p_175700_1_) void
World.blockEntityChanged
(BlockPos p_175646_1_, TileEntity p_175646_2_) void
World.setBlockEntity
(BlockPos p_175690_1_, TileEntity p_175690_2_) Modifier and TypeMethodDescriptionvoid
World.addAllPendingBlockEntities
(Collection<TileEntity> p_147448_1_) -
Uses of TileEntity in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final Map<BlockPos,
TileEntity> Chunk.blockEntities
private final Map<BlockPos,
TileEntity> ChunkPrimer.blockEntities
Modifier and TypeMethodDescriptionprivate TileEntity
Chunk.createBlockEntity
(BlockPos p_177422_1_) Chunk.getBlockEntity
(BlockPos p_175625_1_) Chunk.getBlockEntity
(BlockPos p_177424_1_, Chunk.CreateEntityType p_177424_2_) ChunkPrimer.getBlockEntity
(BlockPos p_175625_1_) ChunkPrimerWrapper.getBlockEntity
(BlockPos p_175625_1_) EmptyChunk.getBlockEntity
(BlockPos p_177424_1_, Chunk.CreateEntityType p_177424_2_) private TileEntity
Chunk.promotePendingBlockEntity
(BlockPos p_212815_1_, CompoundNBT p_212815_2_) Modifier and TypeMethodDescriptionvoid
Chunk.addBlockEntity
(TileEntity p_150813_1_) void
EmptyChunk.addBlockEntity
(TileEntity p_150813_1_) void
Chunk.setBlockEntity
(BlockPos p_177426_1_, TileEntity p_177426_2_) void
ChunkPrimer.setBlockEntity
(BlockPos p_177426_1_, TileEntity p_177426_2_) void
ChunkPrimerWrapper.setBlockEntity
(BlockPos p_177426_1_, TileEntity p_177426_2_) void
EmptyChunk.setBlockEntity
(BlockPos p_177426_1_, TileEntity p_177426_2_) void
IChunk.setBlockEntity
(BlockPos p_177426_1_, TileEntity p_177426_2_) -
Uses of TileEntity in net.minecraft.world.gen
-
Uses of TileEntity in net.minecraftforge.client.model
Modifier and TypeMethodDescriptionstatic void
ModelDataManager.requestModelDataRefresh
(TileEntity te) -
Uses of TileEntity in net.minecraftforge.client.model.animation
Modifier and TypeClassDescriptionclass
TileEntityRendererAnimation<T extends TileEntity>
GenericTileGameRenderer
that works with the Forge model system and animations. -
Uses of TileEntity in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptiondefault TileEntity
IForgeBlock.createTileEntity
(BlockState state, IBlockReader world) Called throughout the code as a replacement for ITileEntityProvider.createNewTileEntity Return the same thing you would from that function.default TileEntity
IForgeBlockState.createTileEntity
(IBlockReader world) Called throughout the code as a replacement for ITileEntityProvider.createNewTileEntity Return the same thing you would from that function.default TileEntity
IForgeTileEntity.getTileEntity()
-
Uses of TileEntity in net.minecraftforge.common.util
Modifier and TypeMethodDescriptionprivate static CompoundNBT
BlockSnapshot.getTileNBT
(TileEntity te) -
Uses of TileEntity in net.minecraftforge.debug.block
Modifier and TypeClassDescriptionstatic class
private static class
Modifier and TypeMethodDescriptionFullPotsAccessorDemo.DioriteFlowerPotBlock.createTileEntity
(BlockState state, IBlockReader world) CustomSignsTest.CustomStandingSignBlock.newBlockEntity
(IBlockReader worldIn) CustomSignsTest.CustomWallSignBlock.newBlockEntity
(IBlockReader worldIn) -
Uses of TileEntity in net.minecraftforge.fluids.capability
-
Uses of TileEntity in net.minecraftforge.fml.client.registry
Modifier and TypeMethodDescriptionstatic <T extends TileEntity>
voidClientRegistry.bindTileEntityRenderer
(TileEntityType<T> tileEntityType, Function<? super TileEntityRendererDispatcher, ? extends TileEntityRenderer<? super T>> rendererFactory) Registers a Tile Entity renderer. -
Uses of TileEntity in net.minecraftforge.items
Modifier and TypeMethodDescriptionprivate static ItemStack
VanillaInventoryCodeHooks.insertStack
(TileEntity source, Object destination, IItemHandler destInventory, ItemStack stack, int slot) Copied from TileEntityHopper#insertStack and added capability supportprivate static ItemStack
VanillaInventoryCodeHooks.putStackInInventoryAllSlots
(TileEntity source, Object destination, IItemHandler destInventory, ItemStack stack) -
Uses of TileEntity in net.minecraftforge.server.timings
Modifier and TypeFieldDescriptionstatic final TimeTracker<TileEntity>
TimeTracker.TILE_ENTITY_UPDATE
A tracker for timing tile entity update