Uses of Class
net.minecraft.world.level.block.entity.BellBlockEntity
Packages that use BellBlockEntity
Package
Description
-
Uses of BellBlockEntity in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity that implement interfaces with type arguments of type BellBlockEntityMethods in net.minecraft.client.renderer.blockentity with parameters of type BellBlockEntityModifier and TypeMethodDescriptionvoidBellRenderer.extractRenderState(BellBlockEntity blockEntity, BellRenderState state, float partialTicks, Vec3 cameraPosition, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) -
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 entity) static voidBellBlockEntity.serverTick(Level level, BlockPos pos, BlockState state, BellBlockEntity entity) private static voidBellBlockEntity.tick(Level level, BlockPos pos, BlockState state, BellBlockEntity entity, BellBlockEntity.ResonationEndAction onResonationEnd)