Class GenSpheres
java.lang.Object
net.rodofire.easierworldcreator.worldgenutil.GenSpheres
Deprecated.
switch to new generation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerateEmptyEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, boolean force, int minLarge, int maxLarge, int minHeight, int maxHeight, Set<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace) Deprecated.generate an empty Ellipsoidstatic voidgenerateEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated.static voidgenerateEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated.static voidgenerateFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, boolean force, int minx, int maxX, int miny, int maxy, int minZ, int maxZ, Set<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace) Deprecated.allow you to generate a full Ellipsoidstatic voidgenerateFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated.static voidgenerateFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated.static voidgenerateHalfEmptyEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated.static voidgenerateHalfEmptyEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated.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.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.static voidgenerateHalfFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated.static voidgenerateHalfFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated.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.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.static voidgenerateSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated.static voidgenerateSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated.
-
Constructor Details
-
GenSpheres
public GenSpheres()Deprecated.
-
-
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. -
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. -
generateHalfFullEllipsoid
public static void generateHalfFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated. -
generateHalfFullEllipsoid
public static void generateHalfFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated. -
generateFullEllipsoid
public static void generateFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, boolean force, int minx, int maxX, int miny, int maxy, int minZ, int maxZ, Set<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace) Deprecated.allow you to generate a full Ellipsoid- Parameters:
world- the world it will spawn inradiusX- the x-axis radiusradiusY- the y-aris radiusradiusZ- 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. -
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. -
generateFullEllipsoid
public static void generateFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated. -
generateFullEllipsoid
public static void generateFullEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force) Deprecated. -
generateEmptyEllipsoid
public static void generateEmptyEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, boolean force, int minLarge, int maxLarge, int minHeight, int maxHeight, Set<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace) Deprecated.generate an empty Ellipsoid- Parameters:
world- the world the structure will spawn inradiusX- the x radiusradiusY- the y radiusradiusZ- the z radiuspos- the center of the Ellipsoidforce- force the spawn of the structure by replacing already existing blocksminLarge- the start of the horizontal radius (for a full Ellipsoid put 0-360 or -180 - 180)maxLarge- the end of the horizontal radiusminHeight- the start of the vertical radius (for a full Ellipsoid 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. -
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. -
generateHalfEmptyEllipsoid
public static void generateHalfEmptyEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, net.minecraft.block.BlockState state) Deprecated. -
generateHalfEmptyEllipsoid
public static void generateHalfEmptyEllipsoid(net.minecraft.world.StructureWorldAccess world, int radiusX, int radiusY, int radiusZ, net.minecraft.util.math.BlockPos pos, net.minecraft.util.math.Direction direction, List<net.minecraft.block.BlockState> state) Deprecated. -
generateEmptySphere
public static void generateEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state) Deprecated. -
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.
-