Uses of Class
net.minecraft.world.level.block.entity.BeaconBlockEntity
Packages that use BeaconBlockEntity
Package
Description
-
Uses of BeaconBlockEntity in net.minecraft.client.renderer.blockentity
Methods in net.minecraft.client.renderer.blockentity with parameters of type BeaconBlockEntityModifier and TypeMethodDescriptionBeaconRenderer.getRenderBoundingBox(BeaconBlockEntity blockEntity) voidBeaconRenderer.render(BeaconBlockEntity blockEntity, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, int packedOverlay) booleanBeaconRenderer.shouldRender(BeaconBlockEntity blockEntity, Vec3 cameraPos) booleanBeaconRenderer.shouldRenderOffScreen(BeaconBlockEntity blockEntity) -
Uses of BeaconBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type BeaconBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<BeaconBlockEntity> BlockEntityType.BEACONMethods in net.minecraft.world.level.block.entity with parameters of type BeaconBlockEntityModifier and TypeMethodDescriptionstatic voidBeaconBlockEntity.tick(Level level, BlockPos pos, BlockState state, BeaconBlockEntity blockEntity)