Uses of Class
net.minecraft.block.entity.BellBlockEntity
Package
Description
-
Uses of BellBlockEntity in net.minecraft.block.entity
Modifier and TypeFieldDescriptionstatic final BlockEntityType
<BellBlockEntity> BlockEntityType.BELL
Modifier and TypeMethodDescriptionstatic void
BellBlockEntity.clientTick
(World world, BlockPos pos, BlockState state, BellBlockEntity blockEntity) static void
BellBlockEntity.serverTick
(World world, BlockPos pos, BlockState state, BellBlockEntity blockEntity) private static void
BellBlockEntity.tick
(World world, BlockPos pos, BlockState state, BellBlockEntity blockEntity, BellBlockEntity.Effect bellEffect) -
Uses of BellBlockEntity in net.minecraft.client.render.block.entity
Modifier and TypeMethodDescriptionvoid
BellBlockEntityRenderer.render
(BellBlockEntity bellBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) -
Uses of BellBlockEntity in net.minecraft.client.render.block.entity.model
Modifier and TypeMethodDescriptionvoid
BellBlockModel.update
(BellBlockEntity blockEntity, float tickDelta)