Uses of Class
net.minecraft.block.entity.BlockEntity
Packages that use BlockEntity
Package
Description
-
Uses of BlockEntity in net.minecraft
Constructors in net.minecraft with parameters of type BlockEntityModifierConstructorDescription(package private)class_4667(BlockEntity blockEntity) (package private)class_4668(BlockEntity blockEntity) (package private)class_4669(BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.block
Methods in net.minecraft.block that return BlockEntityModifier and TypeMethodDescriptionAbstractSignBlock.createBlockEntity(World world, int id) BannerBlock.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_9013(BlockState blockState, Direction direction, boolean bool, boolean bool2) Methods in net.minecraft.block with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidBannerBlock.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block.voidBlock.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block.voidDeadBushBlock.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block.voidDoublePlantBlock.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block.voidIceBlock.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block.voidLeaves1Block.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block.voidLeaves2Block.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block.voidSnowLayerBlock.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block.voidTallPlantBlock.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block.voidVineBlock.harvest(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity be) Runs every time a player begins to break the block. -
Uses of BlockEntity in net.minecraft.block.entity
Subclasses of BlockEntity in net.minecraft.block.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods 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_21840(BlockEntity blockEntity) BlockEntityRenderDispatcher.render(BlockEntity blockEntity) abstract voidBlockEntityRenderer.render(BlockEntity blockEntity, double x, double y, double z, float tickDelta, int destroyProgress) voidBlockEntityRenderDispatcher.renderBlockEntity(BlockEntity blockEntity, double x, double y, double z, float tickDelta) voidBlockEntityRenderDispatcher.renderEntity(BlockEntity entity, double x, double y, double z, float tickDelta, int destroyProgress) voidBlockEntityRenderDispatcher.renderEntity(BlockEntity blockEntity, float tickDelta, int destroyProgress) -
Uses of BlockEntity in net.minecraft.client.world
Methods in net.minecraft.client.world that return BlockEntityMethods in net.minecraft.client.world with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidChunkAssemblyHelper.addBlockEntity(BlockEntity blockEntity) -
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.screen
Methods in net.minecraft.screen with parameters of type BlockEntityModifier and TypeMethodDescriptionstatic intScreenHandler.calculateComparatorOutput(BlockEntity entity) -
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.math
Methods in net.minecraft.util.math that return BlockEntityModifier and TypeMethodDescriptionBlockPointer.getBlockEntity()BlockPointerImpl.getBlockEntity() -
Uses of BlockEntity in net.minecraft.world
Fields in net.minecraft.world declared as BlockEntityMethods in net.minecraft.world that return BlockEntityModifier and TypeMethodDescriptionBlockView.getBlockEntity(BlockPos pos) RayTraceResult.getBlockEntity()World.getBlockEntity(BlockPos pos) Methods in net.minecraft.world with parameters of type BlockEntityModifier and TypeMethodDescriptionbooleanWorld.addBlockEntity(BlockEntity blockEntity) voidWorld.markDirty(BlockPos pos, BlockEntity blockEntity) voidWorld.queueBlockEntity(BlockEntity blockEntity) voidWorld.setBlockEntity(BlockPos pos, BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return BlockEntityModifier and TypeMethodDescriptionprivate BlockEntityChunk.createBlockEntity(BlockPos pos) ChunkCache.getBlockEntity(BlockPos pos) Chunk.method_9138(BlockPos blockPos, class_2251 class_2251) EmptyChunk.method_9138(BlockPos blockPos, class_2251 class_2251) Methods in net.minecraft.world.chunk with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidChunk.addBlockEntity(BlockEntity be) voidEmptyChunk.addBlockEntity(BlockEntity be) voidChunk.method_9136(BlockPos pos, BlockEntity be) voidEmptyChunk.method_9136(BlockPos pos, BlockEntity be)