Uses of Class
net.minecraft.block.entity.BlockEntity
Packages that use BlockEntity
Package
Description
-
Uses of BlockEntity in net.minecraft.block
Methods in net.minecraft.block that return BlockEntityModifier and TypeMethodDescriptionAbstractSignBlock.createBlockEntity(World world, int id) BeaconBlock.createBlockEntity(World world, int id) BlockEntityProvider.createBlockEntity(World world, int id) BrewingStandBlock.createBlockEntity(World world, int id) ChestBlock.createBlockEntity(World world, int id) CommandBlock.createBlockEntity(World world, int id) ComparatorBlock.createBlockEntity(World world, int id) DaylightDetectorBlock.createBlockEntity(World world, int id) DispenserBlock.createBlockEntity(World world, int id) DropperBlock.createBlockEntity(World world, int id) EnchantingTableBlock.createBlockEntity(World world, int id) EnderChestBlock.createBlockEntity(World world, int id) EndPortalBlock.createBlockEntity(World world, int id) FlowerPotBlock.createBlockEntity(World world, int id) FurnaceBlock.createBlockEntity(World world, int id) HopperBlock.createBlockEntity(World world, int id) JukeboxBlock.createBlockEntity(World world, int id) MobSpawnerBlock.createBlockEntity(World world, int id) NoteBlock.createBlockEntity(World world, int id) PistonExtensionBlock.createBlockEntity(World world, int id) SkeletonSkullBlock.createBlockEntity(World world, int id) static BlockEntityPistonExtensionBlock.method_566(Block block, int int2, int int3, boolean bool, boolean bool2) -
Uses of BlockEntity in net.minecraft.block.entity
Subclasses of BlockEntity in net.minecraft.block.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.block.entity that return BlockEntity -
Uses of BlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type BlockEntityModifier and TypeMethodDescriptionbooleanBlockEntityRenderDispatcher.method_1624(BlockEntity blockEntity) voidBlockEntityRenderDispatcher.method_1626(BlockEntity blockEntity, float float2) abstract voidBlockEntityRenderer.method_1631(BlockEntity blockEntity, double double2, double double3, double double4, float float2) BlockEntityRenderDispatcher.render(BlockEntity blockEntity) voidBlockEntityRenderDispatcher.renderBlockEntity(BlockEntity blockEntity, double x, double y, double z, float tickDelta) -
Uses of BlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidClientPlayerEntity.method_4572(BlockEntity blockEntity) voidPlayerEntity.method_4572(BlockEntity blockEntity) voidServerPlayerEntity.method_4572(BlockEntity blockEntity) private voidServerPlayerEntity.updateBlockEntity(BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.server
Methods in net.minecraft.server with parameters of type BlockEntityModifier and TypeMethodDescriptionprivate voidChunkPlayerManager.method_8120(BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.util.crash.provider.world
Constructors in net.minecraft.util.crash.provider.world with parameters of type BlockEntityModifierConstructorDescription(package private)ActualBlockDataValueProvider(BlockEntity blockEntity) (package private)ActualBlockTypeProvider(BlockEntity blockEntity) (package private)BlockEntityNameProvider(BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.util.math
Methods in net.minecraft.util.math that return BlockEntityModifier and TypeMethodDescriptionBlockPointer.getBlockEntity()BlockPointerImpl.getBlockEntity() -
Uses of BlockEntity in net.minecraft.world
Methods in net.minecraft.world that return BlockEntityModifier and TypeMethodDescriptionBlockView.method_3781(int x, int y, int z) World.method_3781(int x, int y, int z) Methods in net.minecraft.world with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidWorld.method_3603(int x, int y, int z, BlockEntity blockEntity) voidWorld.method_3655(int x, int y, int z, BlockEntity blockEntity) voidWorld.queueBlockEntity(BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return BlockEntityModifier and TypeMethodDescriptionChunkCache.method_3781(int x, int y, int z) Chunk.method_3912(int int2, int int3, int int4) EmptyChunk.method_3912(int int2, int int3, int int4) Methods in net.minecraft.world.chunk with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidChunk.addBlockEntity(BlockEntity be) voidEmptyChunk.addBlockEntity(BlockEntity be) voidChunk.method_3882(int int2, int int3, int int4, BlockEntity blockEntity) voidEmptyChunk.method_3882(int int2, int int3, int int4, BlockEntity blockEntity)