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 voidStructureBlock. 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 StructureBlockBlockEntityStructureBlockScreen. structureBlockConstructors 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 voidClientPlayerEntity. 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 voidStructureBlockBlockEntityRenderer. render(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)private voidStructureBlockBlockEntityRenderer. renderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumer vertices, BlockPos pos, boolean bool, MatrixStack matrices)booleanStructureBlockBlockEntityRenderer. 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 voidPlayerEntity. 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 StructureBlockBlockEntityGameTest. structureBlockEntityMethods in net.minecraft.test that return StructureBlockBlockEntity Modifier and Type Method Description static StructureBlockBlockEntityStructureTestUtil. createStructure(String structureName, BlockPos pos, BlockRotation rotation, int int2, ServerWorld world, boolean bool)private @Nullable StructureBlockBlockEntityGameTest. getStructureBlockBlockEntity()private static StructureBlockBlockEntityStructureTestUtil. 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 BlockBoxStructureTestUtil. getStructureBlockBox(StructureBlockBlockEntity structureBlockEntity)static BoxStructureTestUtil. getStructureBoundingBox(StructureBlockBlockEntity structureBlockEntity)