Uses of Class
net.minecraft.tileentity.TileEntity
-
-
Uses of TileEntity in net.minecraft.block
Classes in net.minecraft.block with type parameters of type TileEntity Modifier and Type Class Description class
AbstractChestBlock<E extends TileEntity>
Methods in net.minecraft.block with parameters of type TileEntity Modifier and Type Method Description static 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_)
static java.util.List<ItemStack>
Block. getDrops(BlockState p_220070_0_, ServerWorld p_220070_1_, BlockPos p_220070_2_, TileEntity p_220070_3_)
static java.util.List<ItemStack>
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
Methods in net.minecraft.client with parameters of type TileEntity Modifier and Type Method Description ItemStack
Minecraft. addCustomNbtData(ItemStack p_184119_1_, TileEntity p_184119_2_)
-
Uses of TileEntity in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type TileEntity Modifier and Type Field Description private java.util.Set<TileEntity>
WorldRenderer. globalBlockEntities
Methods in net.minecraft.client.renderer with parameters of type TileEntity Modifier and Type Method Description static RenderMaterial
Atlases. chooseMaterial(TileEntity p_228771_0_, ChestType p_228771_1_, boolean p_228771_2_)
Method parameters in net.minecraft.client.renderer with type arguments of type TileEntity Modifier and Type Method Description void
WorldRenderer. updateGlobalBlockEntities(java.util.Collection<TileEntity> p_181023_1_, java.util.Collection<TileEntity> p_181023_2_)
-
Uses of TileEntity in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk with type parameters of type TileEntity Modifier and Type Field Description private java.util.Set<TileEntity>
ChunkRenderDispatcher.ChunkRender. globalBlockEntities
private java.util.List<TileEntity>
ChunkRenderDispatcher.CompiledChunk. renderableBlockEntities
Methods in net.minecraft.client.renderer.chunk with type parameters of type TileEntity Modifier and Type Method Description private <E extends TileEntity>
voidChunkRenderDispatcher.ChunkRender.RebuildTask. handleBlockEntity(ChunkRenderDispatcher.CompiledChunk p_228942_1_, java.util.Set<TileEntity> p_228942_2_, E p_228942_3_)
Methods in net.minecraft.client.renderer.chunk that return TileEntity Modifier and Type Method Description TileEntity
ChunkRenderCache. getBlockEntity(BlockPos p_175625_1_)
TileEntity
ChunkRenderCache. getBlockEntity(BlockPos p_212399_1_, Chunk.CreateEntityType p_212399_2_)
Methods in net.minecraft.client.renderer.chunk that return types with arguments of type TileEntity Modifier and Type Method Description private java.util.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_)
java.util.List<TileEntity>
ChunkRenderDispatcher.CompiledChunk. getRenderableBlockEntities()
Method parameters in net.minecraft.client.renderer.chunk with type arguments of type TileEntity Modifier and Type Method Description private <E extends TileEntity>
voidChunkRenderDispatcher.ChunkRender.RebuildTask. handleBlockEntity(ChunkRenderDispatcher.CompiledChunk p_228942_1_, java.util.Set<TileEntity> p_228942_2_, E p_228942_3_)
private void
ChunkRenderDispatcher.ChunkRender. updateGlobalBlockEntities(java.util.Set<TileEntity> p_228931_1_)
-
Uses of TileEntity in net.minecraft.client.renderer.tileentity
Classes in net.minecraft.client.renderer.tileentity with type parameters of type TileEntity Modifier and Type Class Description class
ChestTileEntityRenderer<T extends TileEntity & IChestLid>
class
DualBrightnessCallback<S extends TileEntity>
class
TileEntityRenderer<T extends TileEntity>
Methods in net.minecraft.client.renderer.tileentity with type parameters of type TileEntity Modifier and Type Method Description <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_)
Methods in net.minecraft.client.renderer.tileentity with parameters of type TileEntity Modifier and Type Method Description private static void
TileEntityRendererDispatcher. tryRender(TileEntity p_228853_0_, java.lang.Runnable p_228853_1_)
-
Uses of TileEntity in net.minecraft.command.impl.data
Fields in net.minecraft.command.impl.data declared as TileEntity Modifier and Type Field Description private TileEntity
BlockDataAccessor. entity
Constructors in net.minecraft.command.impl.data with parameters of type TileEntity Constructor Description BlockDataAccessor(TileEntity p_i47918_1_, BlockPos p_i47918_2_)
-
Uses of TileEntity in net.minecraft.dispenser
Methods in net.minecraft.dispenser with type parameters of type TileEntity Modifier and Type Method Description <T extends TileEntity>
TIBlockSource. getEntity()
<T extends TileEntity>
TProxyBlockSource. getEntity()
-
Uses of TileEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type TileEntity Modifier and Type Method Description private void
ServerPlayerEntity. broadcast(TileEntity p_147097_1_)
-
Uses of TileEntity in net.minecraft.inventory.container
Methods in net.minecraft.inventory.container with parameters of type TileEntity Modifier and Type Method Description static int
Container. getRedstoneSignalFromBlockEntity(TileEntity p_178144_0_)
-
Uses of TileEntity in net.minecraft.loot
Fields in net.minecraft.loot with type parameters of type TileEntity Modifier and Type Field Description static LootParameter<TileEntity>
LootParameters. BLOCK_ENTITY
-
Uses of TileEntity in net.minecraft.loot.functions
Fields in net.minecraft.loot.functions with type parameters of type TileEntity Modifier and Type Field Description private static java.util.function.Function<TileEntity,INBT>
CopyNbt. BLOCK_ENTITY_GETTER
-
Uses of TileEntity in net.minecraft.tileentity
Classes in net.minecraft.tileentity with type parameters of type TileEntity Modifier and Type Class Description class
TileEntityType<T extends TileEntity>
static class
TileEntityType.Builder<T extends TileEntity>
Methods in net.minecraft.tileentity with type parameters of type TileEntity Modifier and Type Method Description static <S extends TileEntity>
TileEntityMerger.ICallbackWrapper<S>TileEntityMerger. combineWithNeigbour(TileEntityType<S> p_226924_0_, java.util.function.Function<BlockState,TileEntityMerger.Type> p_226924_1_, java.util.function.Function<BlockState,Direction> p_226924_2_, DirectionProperty p_226924_3_, BlockState p_226924_4_, IWorld p_226924_5_, BlockPos p_226924_6_, java.util.function.BiPredicate<IWorld,BlockPos> p_226924_7_)
static <T extends TileEntity>
TileEntityType.Builder<T>TileEntityType.Builder. of(java.util.function.Supplier<? extends T> p_223042_0_, Block... p_223042_1_)
private static <T extends TileEntity>
TileEntityType<T>TileEntityType. register(java.lang.String p_200966_0_, TileEntityType.Builder<T> p_200966_1_)
Methods in net.minecraft.tileentity that return TileEntity Modifier and Type Method Description static TileEntity
TileEntity. loadStatic(BlockState p_235657_0_, CompoundNBT p_235657_1_)
-
Uses of TileEntity in net.minecraft.util
Fields in net.minecraft.util declared as TileEntity Modifier and Type Field Description private TileEntity
CachedBlockInfo. entity
Methods in net.minecraft.util that return TileEntity Modifier and Type Method Description TileEntity
CachedBlockInfo. getEntity()
-
Uses of TileEntity in net.minecraft.world
Fields in net.minecraft.world with type parameters of type TileEntity Modifier and Type Field Description protected java.util.Set<TileEntity>
World. blockEntitiesToUnload
java.util.List<TileEntity>
World. blockEntityList
protected java.util.List<TileEntity>
World. pendingBlockEntities
java.util.List<TileEntity>
World. tickableBlockEntities
Methods in net.minecraft.world that return TileEntity Modifier and Type Method Description TileEntity
Blockreader. getBlockEntity(BlockPos p_175625_1_)
TileEntity
EmptyBlockReader. getBlockEntity(BlockPos p_175625_1_)
TileEntity
IBlockReader. getBlockEntity(BlockPos p_175625_1_)
TileEntity
Region. getBlockEntity(BlockPos p_175625_1_)
TileEntity
World. getBlockEntity(BlockPos p_175625_1_)
private TileEntity
World. getPendingBlockEntityAt(BlockPos p_189508_1_)
Methods in net.minecraft.world with parameters of type TileEntity Modifier and Type Method Description boolean
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_)
Method parameters in net.minecraft.world with type arguments of type TileEntity Modifier and Type Method Description void
World. addAllPendingBlockEntities(java.util.Collection<TileEntity> p_147448_1_)
-
Uses of TileEntity in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type TileEntity Modifier and Type Field Description private java.util.Map<BlockPos,TileEntity>
Chunk. blockEntities
private java.util.Map<BlockPos,TileEntity>
ChunkPrimer. blockEntities
Methods in net.minecraft.world.chunk that return TileEntity Modifier and Type Method Description private TileEntity
Chunk. createBlockEntity(BlockPos p_177422_1_)
TileEntity
Chunk. getBlockEntity(BlockPos p_175625_1_)
TileEntity
Chunk. getBlockEntity(BlockPos p_177424_1_, Chunk.CreateEntityType p_177424_2_)
TileEntity
ChunkPrimer. getBlockEntity(BlockPos p_175625_1_)
TileEntity
ChunkPrimerWrapper. getBlockEntity(BlockPos p_175625_1_)
TileEntity
EmptyChunk. getBlockEntity(BlockPos p_177424_1_, Chunk.CreateEntityType p_177424_2_)
private TileEntity
Chunk. promotePendingBlockEntity(BlockPos p_212815_1_, CompoundNBT p_212815_2_)
Methods in net.minecraft.world.chunk that return types with arguments of type TileEntity Modifier and Type Method Description java.util.Map<BlockPos,TileEntity>
Chunk. getBlockEntities()
java.util.Map<BlockPos,TileEntity>
ChunkPrimer. getBlockEntities()
Methods in net.minecraft.world.chunk with parameters of type TileEntity Modifier and Type Method Description void
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
Methods in net.minecraft.world.gen that return TileEntity Modifier and Type Method Description TileEntity
WorldGenRegion. getBlockEntity(BlockPos p_175625_1_)
-
Uses of TileEntity in net.minecraftforge.client.model
Methods in net.minecraftforge.client.model with parameters of type TileEntity Modifier and Type Method Description static void
ModelDataManager. requestModelDataRefresh(TileEntity te)
-
Uses of TileEntity in net.minecraftforge.client.model.animation
Classes in net.minecraftforge.client.model.animation with type parameters of type TileEntity Modifier and Type Class Description class
TileEntityRendererAnimation<T extends TileEntity>
GenericTileGameRenderer
that works with the Forge model system and animations. -
Uses of TileEntity in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return TileEntity Modifier and Type Method Description default 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
Methods in net.minecraftforge.common.util that return TileEntity Modifier and Type Method Description TileEntity
BlockSnapshot. getTileEntity()
Methods in net.minecraftforge.common.util with parameters of type TileEntity Modifier and Type Method Description private static CompoundNBT
BlockSnapshot. getTileNBT(TileEntity te)
-
Uses of TileEntity in net.minecraftforge.debug.block
Subclasses of TileEntity in net.minecraftforge.debug.block Modifier and Type Class Description static class
CustomSignsTest.CustomSignTileEntity
private static class
FullPotsAccessorDemo.DioriteFlowerPotTileEntity
Methods in net.minecraftforge.debug.block that return TileEntity Modifier and Type Method Description TileEntity
FullPotsAccessorDemo.DioriteFlowerPotBlock. createTileEntity(BlockState state, IBlockReader world)
TileEntity
CustomSignsTest.CustomStandingSignBlock. newBlockEntity(IBlockReader worldIn)
TileEntity
CustomSignsTest.CustomWallSignBlock. newBlockEntity(IBlockReader worldIn)
-
Uses of TileEntity in net.minecraftforge.fluids.capability
Subclasses of TileEntity in net.minecraftforge.fluids.capability Modifier and Type Class Description class
TileFluidHandler
-
Uses of TileEntity in net.minecraftforge.fml.client.registry
Methods in net.minecraftforge.fml.client.registry with type parameters of type TileEntity Modifier and Type Method Description static <T extends TileEntity>
voidClientRegistry. bindTileEntityRenderer(TileEntityType<T> tileEntityType, java.util.function.Function<? super TileEntityRendererDispatcher,? extends TileEntityRenderer<? super T>> rendererFactory)
Registers a Tile Entity renderer. -
Uses of TileEntity in net.minecraftforge.items
Methods in net.minecraftforge.items with parameters of type TileEntity Modifier and Type Method Description private static ItemStack
VanillaInventoryCodeHooks. insertStack(TileEntity source, java.lang.Object destination, IItemHandler destInventory, ItemStack stack, int slot)
Copied from TileEntityHopper#insertStack and added capability supportprivate static ItemStack
VanillaInventoryCodeHooks. putStackInInventoryAllSlots(TileEntity source, java.lang.Object destination, IItemHandler destInventory, ItemStack stack)
-
Uses of TileEntity in net.minecraftforge.server.timings
Fields in net.minecraftforge.server.timings with type parameters of type TileEntity Modifier and Type Field Description static TimeTracker<TileEntity>
TimeTracker. TILE_ENTITY_UPDATE
A tracker for timing tile entity update
-