Class GenSpiral.ElipsoidSpiral

java.lang.Object
net.rodofire.easierworldcreator.worldgenutil.GenSpiral.ElipsoidSpiral
Enclosing class:
GenSpiral

public static class GenSpiral.ElipsoidSpiral extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    generateCircleElipsoidSpiral(int xradius, int zradius, int height, int turn, int radius, net.minecraft.world.StructureWorldAccess world, net.minecraft.util.math.BlockPos pos, boolean force, List<net.minecraft.block.BlockState> blockState)
     
    static void
    generateElipsoidFullSpiral(int xradius, int zradius, int height, int turn, int start, int end, net.minecraft.world.StructureWorldAccess world, net.minecraft.util.math.BlockPos pos, boolean force, List<net.minecraft.block.BlockState> blockState)
     
    static void
    generateElipsoidSpiral(int xradius, int zradius, int height, int turn, net.minecraft.world.StructureWorldAccess world, net.minecraft.util.math.BlockPos pos, boolean force, double k, List<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ElipsoidSpiral

      public ElipsoidSpiral()
  • Method Details

    • generateElipsoidSpiral

      public static void generateElipsoidSpiral(int xradius, int zradius, int height, int turn, net.minecraft.world.StructureWorldAccess world, net.minecraft.util.math.BlockPos pos, boolean force, double k, List<net.minecraft.block.Block> blocksToForce, List<net.minecraft.block.BlockState> blocksToPlace)
      Parameters:
      xradius - the radius of the x axis
      zradius - the radius of the z axis
      height - the height of the spiral
      turn - the number of turns that the spiral will do
      world - the world where the spiral will spawn
      pos - the pos of the center fo the spiral
      force - force the pos of the blocks
      k - the spiral offset in degrees
      blocksToForce - blocks that the generation will replace if force = false
      blocksToPlace - list of blocks that the generation will place randomly
    • generateElipsoidFullSpiral

      public static void generateElipsoidFullSpiral(int xradius, int zradius, int height, int turn, int start, int end, net.minecraft.world.StructureWorldAccess world, net.minecraft.util.math.BlockPos pos, boolean force, List<net.minecraft.block.BlockState> blockState)
    • generateCircleElipsoidSpiral

      public static void generateCircleElipsoidSpiral(int xradius, int zradius, int height, int turn, int radius, net.minecraft.world.StructureWorldAccess world, net.minecraft.util.math.BlockPos pos, boolean force, List<net.minecraft.block.BlockState> blockState)