Package net.minecraft.gametest.framework
Class StructureUtils
java.lang.Object
net.minecraft.gametest.framework.StructureUtils
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addCommandBlockAndButtonToStartTest
(BlockPos p_127876_, BlockPos p_127877_, Rotation p_127878_, ServerLevel p_127879_) private static void
clearBlock
(int p_127842_, BlockPos p_127843_, ServerLevel p_127844_) static void
clearSpaceForStructure
(BoundingBox p_127850_, ServerLevel p_127852_) static void
createNewEmptyStructureBlock
(String p_177765_, BlockPos p_177766_, Vec3i p_177767_, Rotation p_177768_, ServerLevel p_177769_) private static StructureBlockEntity
createStructureBlock
(GameTestInfo p_309598_, BlockPos p_127892_, Rotation p_127893_, ServerLevel p_127894_) private static boolean
doesStructureContain
(BlockPos p_127868_, BlockPos p_127869_, ServerLevel p_127870_) static BlockPos
findNearestStructureBlock
(BlockPos p_127907_, int p_127908_, ServerLevel p_127909_) findStructureBlockContainingPos
(BlockPos p_127854_, int p_127855_, ServerLevel p_127856_) static Collection<BlockPos>
findStructureBlocks
(BlockPos p_127911_, int p_127912_, ServerLevel p_127913_) private static void
forceLoadChunks
(BoundingBox p_312219_, ServerLevel p_127859_) static Rotation
getRotationForRotationSteps
(int p_127836_) static int
getRotationStepsForRotation
(Rotation p_177752_) static BoundingBox
getStructureBoundingBox
(BlockPos p_177761_, Vec3i p_177762_, Rotation p_177763_) static BoundingBox
getStructureBoundingBox
(StructureBlockEntity p_127905_) static AABB
getStructureBounds
(StructureBlockEntity p_127848_) static BlockPos
getStructureOrigin
(StructureBlockEntity p_311311_) static BlockPos
getTransformedFarCorner
(BlockPos p_310098_, Vec3i p_312132_, Rotation p_309587_) static StructureBlockEntity
prepareTestStructure
(GameTestInfo p_311701_, BlockPos p_311042_, Rotation p_310584_, ServerLevel p_312330_)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
DEFAULT_TEST_STRUCTURES_DIR
- See Also:
-
testStructuresDir
-
-
Constructor Details
-
StructureUtils
public StructureUtils()
-
-
Method Details
-
getRotationForRotationSteps
-
getRotationStepsForRotation
-
getStructureBounds
-
getStructureBoundingBox
-
getStructureOrigin
-
addCommandBlockAndButtonToStartTest
public static void addCommandBlockAndButtonToStartTest(BlockPos p_127876_, BlockPos p_127877_, Rotation p_127878_, ServerLevel p_127879_) -
createNewEmptyStructureBlock
public static void createNewEmptyStructureBlock(String p_177765_, BlockPos p_177766_, Vec3i p_177767_, Rotation p_177768_, ServerLevel p_177769_) -
prepareTestStructure
public static StructureBlockEntity prepareTestStructure(GameTestInfo p_311701_, BlockPos p_311042_, Rotation p_310584_, ServerLevel p_312330_) -
forceLoadChunks
-
clearSpaceForStructure
-
getTransformedFarCorner
-
getStructureBoundingBox
public static BoundingBox getStructureBoundingBox(BlockPos p_177761_, Vec3i p_177762_, Rotation p_177763_) -
findStructureBlockContainingPos
public static Optional<BlockPos> findStructureBlockContainingPos(BlockPos p_127854_, int p_127855_, ServerLevel p_127856_) -
findNearestStructureBlock
@Nullable public static BlockPos findNearestStructureBlock(BlockPos p_127907_, int p_127908_, ServerLevel p_127909_) -
findStructureBlocks
public static Collection<BlockPos> findStructureBlocks(BlockPos p_127911_, int p_127912_, ServerLevel p_127913_) -
createStructureBlock
private static StructureBlockEntity createStructureBlock(GameTestInfo p_309598_, BlockPos p_127892_, Rotation p_127893_, ServerLevel p_127894_) -
clearBlock
-
doesStructureContain
private static boolean doesStructureContain(BlockPos p_127868_, BlockPos p_127869_, ServerLevel p_127870_)
-