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.server.command
Modifier and TypeMethodDescriptionprivate static int
TestCommand.export
(ServerCommandSource source, StructureBlockBlockEntity blockEntity) -
Uses of StructureBlockBlockEntity in net.minecraft.test
Modifier and TypeFieldDescriptionprivate @Nullable StructureBlockBlockEntity
GameTestState.structureBlockEntity
Modifier and TypeMethodDescriptionprivate @Nullable StructureBlockBlockEntity
GameTestState.getStructureBlockBlockEntity()
static StructureBlockBlockEntity
StructureTestUtil.initStructure
(GameTestState state, BlockPos pos, BlockRotation rotation, ServerWorld world) private static StructureBlockBlockEntity
StructureTestUtil.placeStructureTemplate
(GameTestState state, BlockPos pos, BlockRotation rotation, ServerWorld world) Modifier and TypeMethodDescriptionstatic BlockBox
StructureTestUtil.getStructureBlockBox
(StructureBlockBlockEntity structureBlockEntity) static BlockPos
StructureTestUtil.getStructureBlockPos
(StructureBlockBlockEntity structureBlockEntity) static Box
StructureTestUtil.getStructureBoundingBox
(StructureBlockBlockEntity structureBlockEntity)