Uses of Class
net.minecraft.block.entity.StructureBlockBlockEntity
-
Uses of StructureBlockBlockEntity in net.minecraft.block
Methods in net.minecraft.block with parameters of type StructureBlockBlockEntity Modifier and Type Method Description private void
StructureBlock. doAction(ServerWorld world, StructureBlockBlockEntity blockEntity)
-
Uses of StructureBlockBlockEntity in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type StructureBlockBlockEntity Modifier and Type Field Description static BlockEntityType<StructureBlockBlockEntity>
BlockEntityType. STRUCTURE_BLOCK
-
Uses of StructureBlockBlockEntity in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame declared as StructureBlockBlockEntity Modifier and Type Field Description private StructureBlockBlockEntity
StructureBlockScreen. structureBlock
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type StructureBlockBlockEntity Constructor Description StructureBlockScreen(StructureBlockBlockEntity structureBlock)
-
Uses of StructureBlockBlockEntity in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type StructureBlockBlockEntity Modifier and Type Method Description void
ClientPlayerEntity. openStructureBlockScreen(StructureBlockBlockEntity structureBlock)
-
Uses of StructureBlockBlockEntity in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type StructureBlockBlockEntity Modifier and Type Method Description void
StructureBlockBlockEntityRenderer. render(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
private void
StructureBlockBlockEntityRenderer. renderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumer vertices, BlockPos pos, boolean bool, MatrixStack matrices)
boolean
StructureBlockBlockEntityRenderer. rendersOutsideBoundingBox(StructureBlockBlockEntity structureBlockBlockEntity)
-
Uses of StructureBlockBlockEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type StructureBlockBlockEntity Modifier and Type Method Description void
PlayerEntity. openStructureBlockScreen(StructureBlockBlockEntity structureBlock)
-
Uses of StructureBlockBlockEntity in net.minecraft.test
Fields in net.minecraft.test declared as StructureBlockBlockEntity Modifier and Type Field Description private @Nullable StructureBlockBlockEntity
GameTest. structureBlockEntity
Methods in net.minecraft.test that return StructureBlockBlockEntity Modifier and Type Method Description static StructureBlockBlockEntity
StructureTestUtil. createStructure(String structureName, BlockPos pos, BlockRotation rotation, int int2, ServerWorld world, boolean bool)
private @Nullable StructureBlockBlockEntity
GameTest. getStructureBlockBlockEntity()
private static StructureBlockBlockEntity
StructureTestUtil. placeStructure(String name, BlockPos pos, BlockRotation rotation, ServerWorld world, boolean bool)
Methods in net.minecraft.test with parameters of type StructureBlockBlockEntity Modifier and Type Method Description static BlockBox
StructureTestUtil. getStructureBlockBox(StructureBlockBlockEntity structureBlockEntity)
static Box
StructureTestUtil. getStructureBoundingBox(StructureBlockBlockEntity structureBlockEntity)