java.lang.Object
net.rodofire.easierworldcreator.worldgenutil.GenSpheres

@Deprecated(forRemoval=false) public class GenSpheres extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    generate an empty elipsoid
    static void
    generateEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state)
    Deprecated.
     
    static void
    generateEmptySphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force)
    Deprecated.
     
    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.
     
    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.
     
    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.
    allow you to generate a full elipsoid
    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.
     
    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.
     
    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.
     
    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.
     
    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.
     
    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.
     
    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.
     
    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.
     
    static void
    generateSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state)
    Deprecated.
     
    static void
    generateSphere(net.minecraft.world.StructureWorldAccess world, int radius, net.minecraft.util.math.BlockPos pos, net.minecraft.block.BlockState state, boolean force)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.
    • 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.
    • 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.
    • 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.
      allow you to generate a full elipsoid
      Parameters:
      world - the world it will spawn in
      largex - the x axis radius
      largey - the y aris radius
      largez - the z axis radius
      pos - the center of the ellipsoid
      force - force the putting of the blocks
      minx - the start of the circle on the x axis
      maxx - the end of the circle on the x axis
      miny - the start of the circle on the y axis
      maxy - the end of the circle on the y axis
      minz - the start of the circle on the z axis
      maxz - the end of the circle on the z axis
      blocksToForce - list of blocks that the structure can still force if force = true
      blocksToPlace - 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.
    • 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.
    • 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.
    • 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.
      generate an empty elipsoid
      Parameters:
      world - the world the structure will spawn in
      largex - the x radius
      largey - the y radius
      largez - the z radius
      pos - the center of the elipsoid
      force - force the spawn of the structure by replacing already existing blocks
      minlarge - the start of the horizontal radius (for a full elipsoid put 0 - 360 or -180 - 180)
      maxlarge - the end of the horizontal radius
      minheight - the start of the vertical radius (for a full elipsoid put -90 to 90
      maxheight - the end of the vertical radius
      blocksToForce - the list of blocks that the structure can still force if force = true
      blocksToPlace - 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.
    • 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.
    • 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.
    • 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.