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 TypeMethodDescriptionprotected abstract BlockEntityBlockWithEntity.createBlockEntity()protected BlockEntityChestBlock.createBlockEntity()protected BlockEntityDispenserBlock.createBlockEntity()protected BlockEntityFurnaceBlock.createBlockEntity()protected BlockEntityJukeboxBlock.createBlockEntity()protected BlockEntityNoteBlock.createBlockEntity()protected BlockEntityPistonExtensionBlock.createBlockEntity()protected BlockEntitySignBlock.createBlockEntity()protected BlockEntitySpawnerBlock.createBlockEntity()static BlockEntityPistonExtensionBlock.createPistonBlockEntity(int blockId, int blockMeta, int facing, boolean extending, boolean source) -
Uses of BlockEntity in net.minecraft.block.entity
Subclasses of BlockEntity in net.minecraft.block.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in net.minecraft.block.entity that return BlockEntity -
Uses of BlockEntity in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidWorldRenderer.updateBlockEntity(int x, int y, int z, BlockEntity 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 TypeMethodDescriptionBlockEntityRenderDispatcher.getRenderer(BlockEntity blockEntity) booleanBlockEntityRenderDispatcher.hasRenderer(BlockEntity blockEntity) voidBlockEntityRenderDispatcher.render(BlockEntity blockEntity, double dx, double dy, double dz, float tickDelta) voidBlockEntityRenderDispatcher.render(BlockEntity blockEntity, float tickDelta) abstract voidBlockEntityRenderer.render(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 TypeMethodDescriptionprivate voidServerPlayerEntity.updateBlockEntity(BlockEntity blockentity) -
Uses of BlockEntity in net.minecraft.server
Methods in net.minecraft.server with parameters of type BlockEntityModifier and TypeMethodDescriptionprivate voidChunkMap.TrackedChunk.sendBlockEntityUpdate(BlockEntity blockentity) voidPlayerManager.updateBlockEntity(int x, int y, int z, BlockEntity blockentity) -
Uses of BlockEntity in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidServerWorldEventListener.updateBlockEntity(int x, int y, int z, BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.world
Methods in net.minecraft.world that return BlockEntityModifier and TypeMethodDescriptionBlockView.getBlockEntity(int x, int y, int z) World.getBlockEntity(int x, int y, int z) WorldRegion.getBlockEntity(int x, int y, int z) Methods in net.minecraft.world with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidWorld.setBlockEntity(int x, int y, int z, BlockEntity blockEntity) voidWorld.updateBlockEntity(int x, int y, int z, BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return BlockEntityModifier and TypeMethodDescriptionChunk.getBlockEntity(int x, int y, int z) EmptyChunk.getBlockEntity(int x, int y, int z) Methods in net.minecraft.world.chunk with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidChunk.addBlockEntity(BlockEntity blockEntity) voidEmptyChunk.addBlockEntity(BlockEntity blockEntity) voidChunk.setBlockEntity(int localX, int y, int localZ, BlockEntity blockEntity) voidEmptyChunk.setBlockEntity(int localX, int y, int localZ, BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.world.event.listener
Methods in net.minecraft.world.event.listener with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidGameEventListener.updateBlockEntity(int x, int y, int z, BlockEntity blockEntity)