Class GenSpiral.EllipsoidSpiral
java.lang.Object
net.rodofire.easierworldcreator.shape.block.simplegen.GenSpiral.EllipsoidSpiral
- Enclosing class:
GenSpiral
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerateCircleEllipsoidSpiral(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 voidgenerateEllipsoidFullSpiral(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 voidgenerateEllipsoidSpiral(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)
-
Constructor Details
-
EllipsoidSpiral
public EllipsoidSpiral()
-
-
Method Details
-
generateEllipsoidSpiral
public static void generateEllipsoidSpiral(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-axiszRadius- the radius of the z-axisheight- the height of the spiralturn- the number of turns that the spiral will doworld- the world where the spiral will spawnpos- the pos of the center fo the spiralforce- force the pos of the blocksk- the spiral offset in degreesblocksToForce- blocks that the generation will replace if force = falseblocksToPlace- list of blocks that the generation will place randomly
-
generateEllipsoidFullSpiral
public static void generateEllipsoidFullSpiral(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) -
generateCircleEllipsoidSpiral
public static void generateCircleEllipsoidSpiral(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)
-