Uses of Class
net.minecraft.block.entity.BlockEntity
Packages that use BlockEntity
Package
Description
-
Uses of BlockEntity in net.minecraft.block
Subclasses of BlockEntity in net.minecraft.blockMethods 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.block.entity with type parameters of type BlockEntityModifier and TypeFieldDescriptionprivate static Map<Class<? extends BlockEntity>,String> BlockEntity.classStringMapprivate static Map<String,Class<? extends BlockEntity>> BlockEntity.stringClassMapMethods in net.minecraft.block.entity that return BlockEntityMethod parameters in net.minecraft.block.entity with type arguments of type BlockEntityModifier and TypeMethodDescriptionprivate static voidBlockEntity.registerBlockEntity(Class<? extends BlockEntity> clazz, String stringId) -
Uses of BlockEntity in net.minecraft.client
Methods in net.minecraft.client with parameters of type BlockEntityModifier and TypeMethodDescriptionprivate ItemStackMinecraftClient.method_9385(Item item, int int2, BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.client.render
Fields in net.minecraft.client.render with type parameters of type BlockEntityModifier and TypeFieldDescriptionprivate final Set<BlockEntity>WorldRenderer.noCullingBlockEntitiesMethod parameters in net.minecraft.client.render with type arguments of type BlockEntityModifier and TypeMethodDescriptionvoidWorldRenderer.updateNoCullingBlockEntities(Collection<BlockEntity> removed, Collection<BlockEntity> added) -
Uses of BlockEntity in net.minecraft.client.render.block.entity
Classes in net.minecraft.client.render.block.entity with type parameters of type BlockEntityFields in net.minecraft.client.render.block.entity with type parameters of type BlockEntityModifier and TypeFieldDescriptionprivate Map<Class<? extends BlockEntity>,BlockEntityRenderer<? extends BlockEntity>> BlockEntityRenderDispatcher.renderersprivate Map<Class<? extends BlockEntity>,BlockEntityRenderer<? extends BlockEntity>> BlockEntityRenderDispatcher.renderersMethods in net.minecraft.client.render.block.entity with type parameters of type BlockEntityModifier and TypeMethodDescription<T extends BlockEntity>
BlockEntityRenderer<T>BlockEntityRenderDispatcher.render(Class<? extends BlockEntity> clazz) <T extends BlockEntity>
BlockEntityRenderer<T>BlockEntityRenderDispatcher.render(BlockEntity blockEntity) Methods in net.minecraft.client.render.block.entity with parameters of type BlockEntityModifier and TypeMethodDescription<T extends BlockEntity>
BlockEntityRenderer<T>BlockEntityRenderDispatcher.render(BlockEntity blockEntity) 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) Method parameters in net.minecraft.client.render.block.entity with type arguments of type BlockEntityModifier and TypeMethodDescription<T extends BlockEntity>
BlockEntityRenderer<T>BlockEntityRenderDispatcher.render(Class<? extends BlockEntity> clazz) -
Uses of BlockEntity in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type BlockEntityModifier and TypeFieldDescriptionprivate final List<BlockEntity>ChunkAssemblyHelper.blockEntitiesprivate final Set<BlockEntity>BuiltChunk.field_11078Methods in net.minecraft.client.world that return BlockEntityMethods in net.minecraft.client.world that return types with arguments of type 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 voidPlayerWorldManager.PlayerInstance.method_8120(BlockEntity blockEntity) -
Uses of BlockEntity in net.minecraft.server.world
Methods in net.minecraft.server.world that return types with arguments of type BlockEntityModifier and TypeMethodDescriptionServerWorld.method_2134(int int2, int int3, int int4, int int5, int int6, int int7) -
Uses of BlockEntity in net.minecraft.util.math
Methods in net.minecraft.util.math with type parameters of type BlockEntityModifier and TypeMethodDescription<T extends BlockEntity>
TBlockPointer.getBlockEntity()<T extends BlockEntity>
TBlockPointerImpl.getBlockEntity() -
Uses of BlockEntity in net.minecraft.world
Fields in net.minecraft.world declared as BlockEntityFields in net.minecraft.world with type parameters of type BlockEntityModifier and TypeFieldDescriptionfinal List<BlockEntity>World.blockEntitiesprivate final List<BlockEntity>World.pendingBlockEntitiesfinal List<BlockEntity>World.tickingBlockEntitiesprivate final List<BlockEntity>World.unloadedBlockEntitiesMethods 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) Method parameters in net.minecraft.world with type arguments of type BlockEntityModifier and TypeMethodDescriptionvoidWorld.addBlockEntities(Collection<BlockEntity> collection) -
Uses of BlockEntity in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type BlockEntityMethods in net.minecraft.world.chunk that return BlockEntityModifier and TypeMethodDescriptionprivate BlockEntityChunk.createBlockEntity(BlockPos pos) Chunk.getBlockEntity(BlockPos pos, Chunk.Status status) ChunkCache.getBlockEntity(BlockPos pos) EmptyChunk.getBlockEntity(BlockPos pos, Chunk.Status status) Methods in net.minecraft.world.chunk that return types with arguments of type BlockEntityMethods 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)