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
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_) -
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 p_155176_, BlockPos p_155177_, BlockState p_155178_, BellBlockEntity p_155179_) static voidBellBlockEntity.serverTick(Level p_155203_, BlockPos p_155204_, BlockState p_155205_, BellBlockEntity p_155206_) private static voidBellBlockEntity.tick(Level p_155181_, BlockPos p_155182_, BlockState p_155183_, BellBlockEntity p_155184_, BellBlockEntity.ResonationEndAction p_155185_)