Uses of Class
net.minecraft.block.entity.BeaconBlockEntity
-
Uses of BeaconBlockEntity in net.minecraft.block.entity
Modifier and TypeFieldDescriptionstatic final BlockEntityType<BeaconBlockEntity>
BlockEntityType.BEACON
Modifier and TypeMethodDescriptionstatic void
BeaconBlockEntity.tick
(World world, BlockPos pos, BlockState state, BeaconBlockEntity blockEntity) -
Uses of BeaconBlockEntity in net.minecraft.client.render.block.entity
Modifier and TypeMethodDescriptionboolean
BeaconBlockEntityRenderer.isInRenderDistance
(BeaconBlockEntity beaconBlockEntity, Vec3d vec3d) void
BeaconBlockEntityRenderer.render
(BeaconBlockEntity beaconBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) boolean
BeaconBlockEntityRenderer.rendersOutsideBoundingBox
(BeaconBlockEntity beaconBlockEntity)