Uses of Class
net.minecraft.block.entity.BellBlockEntity
Packages that use BellBlockEntity
Package
Description
The base package for all Minecraft classes.
-
Uses of BellBlockEntity in net.minecraft
Methods in net.minecraft with parameters of type BellBlockEntityModifier and TypeMethodDescriptionvoidclass_9943.method_62063(BellBlockEntity bellBlockEntity, float float2) -
Uses of BellBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type BellBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<BellBlockEntity> BlockEntityType.BELLMethods in net.minecraft.block.entity with parameters of type BellBlockEntityModifier and TypeMethodDescriptionstatic voidBellBlockEntity.clientTick(World world, BlockPos pos, BlockState state, BellBlockEntity blockEntity) static voidBellBlockEntity.serverTick(World world, BlockPos pos, BlockState state, BellBlockEntity blockEntity) private static voidBellBlockEntity.tick(World world, BlockPos pos, BlockState state, BellBlockEntity blockEntity, BellBlockEntity.Effect bellEffect) -
Uses of BellBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type BellBlockEntityModifier and TypeMethodDescriptionvoidBellBlockEntityRenderer.render(BellBlockEntity bellBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)