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 classAbstractChestBlock<E extends TileEntity>Methods in net.minecraft.block with parameters of type TileEntity Modifier and Type Method Description static voidBlock. dropResources(BlockState p_220059_0_, IWorld p_220059_1_, BlockPos p_220059_2_, TileEntity p_220059_3_)static voidBlock. 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_)voidBeehiveBlock. 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_)voidBlock. 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_)voidDoublePlantBlock. 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_)voidIceBlock. 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_)voidTurtleEggBlock. 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 ItemStackMinecraft. 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. globalBlockEntitiesMethods in net.minecraft.client.renderer with parameters of type TileEntity Modifier and Type Method Description static RenderMaterialAtlases. 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 voidWorldRenderer. 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. globalBlockEntitiesprivate java.util.List<TileEntity>ChunkRenderDispatcher.CompiledChunk. renderableBlockEntitiesMethods 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 TileEntityChunkRenderCache. getBlockEntity(BlockPos p_175625_1_)TileEntityChunkRenderCache. 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 voidChunkRenderDispatcher.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 classChestTileEntityRenderer<T extends TileEntity & IChestLid>classDualBrightnessCallback<S extends TileEntity>classTileEntityRenderer<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 voidTileEntityRendererDispatcher. 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 TileEntityBlockDataAccessor. entityConstructors 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 voidServerPlayerEntity. 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 intContainer. 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 classTileEntityType<T extends TileEntity>static classTileEntityType.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 TileEntityTileEntity. 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 TileEntityCachedBlockInfo. entityMethods in net.minecraft.util that return TileEntity Modifier and Type Method Description TileEntityCachedBlockInfo. 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. blockEntitiesToUnloadjava.util.List<TileEntity>World. blockEntityListprotected java.util.List<TileEntity>World. pendingBlockEntitiesjava.util.List<TileEntity>World. tickableBlockEntitiesMethods in net.minecraft.world that return TileEntity Modifier and Type Method Description TileEntityBlockreader. getBlockEntity(BlockPos p_175625_1_)TileEntityEmptyBlockReader. getBlockEntity(BlockPos p_175625_1_)TileEntityIBlockReader. getBlockEntity(BlockPos p_175625_1_)TileEntityRegion. getBlockEntity(BlockPos p_175625_1_)TileEntityWorld. getBlockEntity(BlockPos p_175625_1_)private TileEntityWorld. getPendingBlockEntityAt(BlockPos p_189508_1_)Methods in net.minecraft.world with parameters of type TileEntity Modifier and Type Method Description booleanWorld. addBlockEntity(TileEntity p_175700_1_)voidWorld. blockEntityChanged(BlockPos p_175646_1_, TileEntity p_175646_2_)voidWorld. 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 voidWorld. 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. blockEntitiesprivate java.util.Map<BlockPos,TileEntity>ChunkPrimer. blockEntitiesMethods in net.minecraft.world.chunk that return TileEntity Modifier and Type Method Description private TileEntityChunk. createBlockEntity(BlockPos p_177422_1_)TileEntityChunk. getBlockEntity(BlockPos p_175625_1_)TileEntityChunk. getBlockEntity(BlockPos p_177424_1_, Chunk.CreateEntityType p_177424_2_)TileEntityChunkPrimer. getBlockEntity(BlockPos p_175625_1_)TileEntityChunkPrimerWrapper. getBlockEntity(BlockPos p_175625_1_)TileEntityEmptyChunk. getBlockEntity(BlockPos p_177424_1_, Chunk.CreateEntityType p_177424_2_)private TileEntityChunk. 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 voidChunk. addBlockEntity(TileEntity p_150813_1_)voidEmptyChunk. addBlockEntity(TileEntity p_150813_1_)voidChunk. setBlockEntity(BlockPos p_177426_1_, TileEntity p_177426_2_)voidChunkPrimer. setBlockEntity(BlockPos p_177426_1_, TileEntity p_177426_2_)voidChunkPrimerWrapper. setBlockEntity(BlockPos p_177426_1_, TileEntity p_177426_2_)voidEmptyChunk. setBlockEntity(BlockPos p_177426_1_, TileEntity p_177426_2_)voidIChunk. 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 TileEntityWorldGenRegion. 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 voidModelDataManager. 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 classTileEntityRendererAnimation<T extends TileEntity>GenericTileGameRendererthat 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 TileEntityIForgeBlock. 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 TileEntityIForgeBlockState. createTileEntity(IBlockReader world)Called throughout the code as a replacement for ITileEntityProvider.createNewTileEntity Return the same thing you would from that function.default TileEntityIForgeTileEntity. getTileEntity() -
Uses of TileEntity in net.minecraftforge.common.util
Methods in net.minecraftforge.common.util that return TileEntity Modifier and Type Method Description TileEntityBlockSnapshot. getTileEntity()Methods in net.minecraftforge.common.util with parameters of type TileEntity Modifier and Type Method Description private static CompoundNBTBlockSnapshot. 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 classCustomSignsTest.CustomSignTileEntityprivate static classFullPotsAccessorDemo.DioriteFlowerPotTileEntityMethods in net.minecraftforge.debug.block that return TileEntity Modifier and Type Method Description TileEntityFullPotsAccessorDemo.DioriteFlowerPotBlock. createTileEntity(BlockState state, IBlockReader world)TileEntityCustomSignsTest.CustomStandingSignBlock. newBlockEntity(IBlockReader worldIn)TileEntityCustomSignsTest.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 classTileFluidHandler -
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 ItemStackVanillaInventoryCodeHooks. insertStack(TileEntity source, java.lang.Object destination, IItemHandler destInventory, ItemStack stack, int slot)Copied from TileEntityHopper#insertStack and added capability supportprivate static ItemStackVanillaInventoryCodeHooks. 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_UPDATEA tracker for timing tile entity update
-