Class GenSpheres
java.lang.Object
net.rodofire.easierworldcreator.worldgenutil.GenSpheres
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerateEmptyEllipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, boolean force, int minlarge, int maxlarge, int minheight, int maxheight, List<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace) Deprecated, for removal: This API element is subject to removal in a future version.generate an empty elipsoidstatic voidgenerateEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateFullElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateFullElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, boolean force, int minx, int maxx, int miny, int maxy, int minz, int maxz, List<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace) Deprecated, for removal: This API element is subject to removal in a future version.allow you to generate a full elipsoidstatic voidgenerateHalfEmptyElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateHalfEmptyElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateHalfEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateHalfEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateHalfFullElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateHalfFullElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateHalfFullSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateHalfFullSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version.static voidgenerateSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
GenSpheres
public GenSpheres()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
generateHalfFullSphere
public static void generateHalfFullSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateHalfFullSphere
public static void generateHalfFullSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateHalfFullElipsoid
public static void generateHalfFullElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateHalfFullElipsoid
public static void generateHalfFullElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateFullEllipsoid
public static void generateFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, boolean force, int minx, int maxx, int miny, int maxy, int minz, int maxz, List<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace) Deprecated, for removal: This API element is subject to removal in a future version.allow you to generate a full elipsoid- Parameters:
world- the world it will spawn inlargex- the x axis radiuslargey- the y aris radiuslargez- the z axis radiuspos- the center of the ellipsoidforce- force the putting of the blocksminx- the start of the circle on the x axismaxx- the end of the circle on the x axisminy- the start of the circle on the y axismaxy- the end of the circle on the y axisminz- the start of the circle on the z axismaxz- the end of the circle on the z axisblocksToForce- list of blocks that the structure can still force if force = trueblocksToPlace- list of blockState that will be placed randomly (if only one blockstate is given, the block will be the only block put
-
generateSphere
public static void generateSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateSphere
public static void generateSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated, for removal: This API element is subject to removal in a future version. -
generateFullElipsoid
public static void generateFullElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateFullElipsoid
public static void generateFullElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated, for removal: This API element is subject to removal in a future version. -
generateEmptyEllipsoid
public static void generateEmptyEllipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, boolean force, int minlarge, int maxlarge, int minheight, int maxheight, List<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace) Deprecated, for removal: This API element is subject to removal in a future version.generate an empty elipsoid- Parameters:
world- the world the structure will spawn inlargex- the x radiuslargey- the y radiuslargez- the z radiuspos- the center of the elipsoidforce- force the spawn of the structure by replacing already existing blocksminlarge- the start of the horizontal radius (for a full elipsoid put 0 - 360 or -180 - 180)maxlarge- the end of the horizontal radiusminheight- the start of the vertical radius (for a full elipsoid put -90 to 90maxheight- the end of the vertical radiusblocksToForce- the list of blocks that the structure can still force if force = trueblocksToPlace- the list of blockstate that the structure will pose in a random order
-
generateHalfEmptySphere
public static void generateHalfEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateHalfEmptySphere
public static void generateHalfEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateHalfEmptyElipsoid
public static void generateHalfEmptyElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateHalfEmptyElipsoid
public static void generateHalfEmptyElipsoid(net.minecraft.world.StructureWorldAccess world, int largex, int largey, int largez, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateEmptySphere
public static void generateEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated, for removal: This API element is subject to removal in a future version. -
generateEmptySphere
public static void generateEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated, for removal: This API element is subject to removal in a future version.
-