Uses of Class
net.minecraft.world.level.block.entity.BellBlockEntity
Packages that use BellBlockEntity
Package
Description
-
Uses of BellBlockEntity in net.minecraft.client.model
Methods in net.minecraft.client.model with parameters of type BellBlockEntityModifier and TypeMethodDescriptionvoidBellModel.setupAnim(BellBlockEntity bell, float partialTick) -
Uses of BellBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type BellBlockEntityModifier and TypeMethodDescriptionvoidBellRenderer.render(BellBlockEntity p_112233_, float p_112234_, PoseStack p_112235_, MultiBufferSource p_112236_, int p_112237_, int p_112238_, Vec3 p_401104_) -
Uses of BellBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type BellBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<BellBlockEntity> BlockEntityType.BELLMethods in net.minecraft.world.level.block.entity with parameters of type BellBlockEntityModifier and TypeMethodDescriptionstatic voidBellBlockEntity.clientTick(Level level, BlockPos pos, BlockState state, BellBlockEntity blockEntity) static voidBellBlockEntity.serverTick(Level level, BlockPos pos, BlockState state, BellBlockEntity blockEntity) private static voidBellBlockEntity.tick(Level level, BlockPos pos, BlockState state, BellBlockEntity blockEntity, BellBlockEntity.ResonationEndAction resonationEndAction)