Uses of Class
net.minecraft.block.entity.StructureBlockBlockEntity
Package
Description
-
Uses of StructureBlockBlockEntity in net.minecraft.block
Modifier and TypeMethodDescriptionprivate void
StructureBlock.doAction
(ServerWorld world, StructureBlockBlockEntity blockEntity) -
Uses of StructureBlockBlockEntity in net.minecraft.block.entity
Modifier and TypeFieldDescriptionstatic final BlockEntityType<StructureBlockBlockEntity>
BlockEntityType.STRUCTURE_BLOCK
-
Uses of StructureBlockBlockEntity in net.minecraft.client.gui.screen.ingame
Modifier and TypeFieldDescriptionprivate final StructureBlockBlockEntity
StructureBlockScreen.structureBlock
-
Uses of StructureBlockBlockEntity in net.minecraft.client.network
Modifier and TypeMethodDescriptionvoid
ClientPlayerEntity.openStructureBlockScreen
(StructureBlockBlockEntity structureBlock) -
Uses of StructureBlockBlockEntity in net.minecraft.client.render.block.entity
Modifier and TypeMethodDescriptionvoid
StructureBlockBlockEntityRenderer.render
(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3) private void
StructureBlockBlockEntityRenderer.renderInvisibleBlocks
(StructureBlockBlockEntity entity, VertexConsumer vertices, BlockPos pos, MatrixStack matrices) boolean
StructureBlockBlockEntityRenderer.rendersOutsideBoundingBox
(StructureBlockBlockEntity structureBlockBlockEntity) -
Uses of StructureBlockBlockEntity in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
PlayerEntity.openStructureBlockScreen
(StructureBlockBlockEntity structureBlock) -
Uses of StructureBlockBlockEntity in net.minecraft.test
Modifier and TypeFieldDescriptionprivate @Nullable StructureBlockBlockEntity
GameTestState.structureBlockEntity
Modifier and TypeMethodDescriptionstatic StructureBlockBlockEntity
StructureTestUtil.createStructureTemplate
(String templateName, BlockPos pos, BlockRotation rotation, int int2, ServerWorld world, boolean bool) private @Nullable StructureBlockBlockEntity
GameTestState.getStructureBlockBlockEntity()
private static StructureBlockBlockEntity
StructureTestUtil.placeStructureTemplate
(String name, BlockPos pos, BlockRotation rotation, ServerWorld world, boolean bool) Modifier and TypeMethodDescriptionstatic BlockBox
StructureTestUtil.getStructureBlockBox
(StructureBlockBlockEntity structureBlockEntity) static Box
StructureTestUtil.getStructureBoundingBox
(StructureBlockBlockEntity structureBlockEntity)