Uses of Class
net.minecraft.block.entity.BlockEntity
Packages that use BlockEntity
Package
Description
-
Uses of BlockEntity in net.minecraft
Classes in net.minecraft with type parameters of type BlockEntitySubclasses of BlockEntity in net.minecraftFields in net.minecraft declared as BlockEntityMethods in net.minecraft that return BlockEntityModifier and TypeMethodDescriptionclass_3788.getBlockEntity(BlockPos pos) class_4245.getBlockEntity(BlockPos pos) class_4441.getBlockEntity(BlockPos pos) class_3066.method_16671(BlockView blockView) class_3684.method_16671(BlockView blockView) class_3685.method_16671(BlockView blockView) class_3698.method_16671(BlockView blockView) class_4245.method_19348(BlockPos blockPos, Chunk.Status status) Methods in net.minecraft with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidclass_3684.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidclass_3720.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidclass_3724.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidclass_3732.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidclass_3781.method_9136(BlockPos blockPos, BlockEntity blockEntity) voidclass_3788.method_9136(BlockPos blockPos, BlockEntity blockEntity) Constructors in net.minecraft with parameters of type BlockEntity -
Uses of BlockEntity in net.minecraft.block
Methods in net.minecraft.block that return BlockEntityModifier and TypeMethodDescriptionAbstractSignBlock.method_16671(BlockView blockView) BeaconBlock.method_16671(BlockView blockView) BedBlock.method_16671(BlockView blockView) BlockEntityProvider.method_16671(BlockView blockView) BrewingStandBlock.method_16671(BlockView blockView) ChestBlock.method_16671(BlockView blockView) CommandBlock.method_16671(BlockView blockView) ComparatorBlock.method_16671(BlockView blockView) DaylightDetectorBlock.method_16671(BlockView blockView) DispenserBlock.method_16671(BlockView blockView) DropperBlock.method_16671(BlockView blockView) EnchantingTableBlock.method_16671(BlockView blockView) EnderChestBlock.method_16671(BlockView blockView) EndGatewayBlock.method_16671(BlockView blockView) EndPortalBlock.method_16671(BlockView blockView) FurnaceBlock.method_16671(BlockView blockView) HopperBlock.method_16671(BlockView blockView) JukeboxBlock.method_16671(BlockView blockView) MobSpawnerBlock.method_16671(BlockView blockView) PistonExtensionBlock.method_16671(BlockView blockView) StructureBlock.method_16671(BlockView blockView) TrappedChestBlock.method_16671(BlockView blockView) static BlockEntityPistonExtensionBlock.method_9013(BlockState blockState, Direction direction, boolean bool, boolean bool2) Methods in net.minecraft.block with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidBedBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidBlockWithEntity.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidChorusFlowerBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidCobwebBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidDeadBushBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidDoorBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidDoublePlantBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidIceBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidLeavesBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidTallPlantBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) voidVineBlock.method_8651(World world, PlayerEntity player, BlockPos pos, BlockState state, BlockEntity blockEntity, ItemStack stack) -
Uses of BlockEntity in net.minecraft.block.entity
Classes in net.minecraft.block.entity with type parameters of type BlockEntityModifier and TypeClassDescriptionclassBlockEntityType<T extends BlockEntity>static final classBlockEntityType.class_3740<T extends BlockEntity>Subclasses of BlockEntity in net.minecraft.block.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in net.minecraft.block.entity with type parameters of type BlockEntityModifier and TypeMethodDescriptionstatic <T extends BlockEntity>
BlockEntityType<T>BlockEntityType.method_16787(String string, BlockEntityType.class_3740<T> class_3740) static <T extends BlockEntity>
BlockEntityType.class_3740<T>BlockEntityType.class_3740.method_16790(Supplier<? extends T> supplier) Methods in net.minecraft.block.entity that return BlockEntityModifier and TypeMethodDescriptionstatic BlockEntityBlockEntity.method_16781(NbtCompound nbtCompound) (package private) static BlockEntityBlockEntityType.method_16786(String string) -
Uses of BlockEntity in net.minecraft.client
Methods in net.minecraft.client with parameters of type BlockEntityModifier and TypeMethodDescriptionprivate ItemStackMinecraftClient.method_12138(ItemStack itemStack, 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 BlockEntityModifier and TypeClassDescriptionclassChestBlockEntityRenderer<T extends BlockEntity & class_3743>Fields in net.minecraft.client.render.block.entity with type parameters of type BlockEntityModifier and TypeFieldDescriptionprivate final Map<Class<? extends BlockEntity>,class_4239<? extends BlockEntity>> BlockEntityRenderDispatcher.renderersprivate final Map<Class<? extends BlockEntity>,class_4239<? extends BlockEntity>> BlockEntityRenderDispatcher.renderersMethods in net.minecraft.client.render.block.entity with type parameters of type BlockEntityModifier and TypeMethodDescription<T extends BlockEntity>
class_4239<T>BlockEntityRenderDispatcher.method_1627(Class<? extends BlockEntity> class2) <T extends BlockEntity>
class_4239<T>BlockEntityRenderDispatcher.method_1630(BlockEntity blockEntity) Methods in net.minecraft.client.render.block.entity with parameters of type BlockEntityModifier and TypeMethodDescriptionvoidBlockEntityRenderDispatcher.method_10100(BlockEntity blockEntity, double double2, double double3, double double4, float float2, int int2, boolean bool) <T extends BlockEntity>
class_4239<T>BlockEntityRenderDispatcher.method_1630(BlockEntity blockEntity) voidBlockEntityRenderDispatcher.method_19324(BlockEntity blockEntity) voidBlockEntityRenderDispatcher.renderBlockEntity(BlockEntity blockEntity, double x, double y, double z, float tickDelta) 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>
class_4239<T>BlockEntityRenderDispatcher.method_1627(Class<? extends BlockEntity> class2) -
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 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 voidChunkPlayerManager.method_8120(BlockEntity blockEntity) -
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) private BlockEntityWorld.method_11476(BlockPos blockPos) 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 BlockEntityModifier and TypeFieldDescriptionprivate final Map<BlockPos,BlockEntity> Chunk.blockEntitiesprivate final Map<BlockPos,BlockEntity> ChunkBlockStateStorage.field_18916Methods in net.minecraft.world.chunk that return BlockEntityModifier and TypeMethodDescriptionprivate BlockEntityChunk.createBlockEntity(BlockPos pos) Chunk.getBlockEntity(BlockPos pos) Chunk.getBlockEntity(BlockPos pos, Chunk.Status status) ChunkBlockStateStorage.getBlockEntity(BlockPos pos) ChunkCache.getBlockEntity(BlockPos pos) EmptyChunk.getBlockEntity(BlockPos pos, Chunk.Status status) ChunkCache.method_13314(BlockPos blockPos, Chunk.Status status) private BlockEntityChunk.method_17074(BlockPos blockPos, NbtCompound nbtCompound) 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) voidChunkBlockStateStorage.method_9136(BlockPos blockPos, BlockEntity blockEntity) voidEmptyChunk.method_9136(BlockPos pos, BlockEntity be)