Class GenLines
java.lang.Object
fr.rodofire.ewc.shape.block.simplegen.GenLines
Deprecated.
switch to new generation :
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawLine(net.minecraft.world.level.WorldGenLevel world, net.minecraft.core.BlockPos start, net.minecraft.core.BlockPos end, net.minecraft.world.level.block.state.BlockState state) Deprecated.static voiddrawLine(net.minecraft.world.level.WorldGenLevel world, net.minecraft.core.BlockPos start, net.minecraft.core.BlockPos end, net.minecraft.world.level.block.state.BlockState state, boolean force) Deprecated.static voidgenerateAxisLine(net.minecraft.world.level.WorldGenLevel world, net.minecraft.core.BlockPos pos, int length, net.minecraft.core.Direction dir, boolean force, Set<net.minecraft.world.level.block.Block> blocksToForce, List<net.minecraft.world.level.block.state.BlockState> blocksToPlace) Deprecated.static voidgenerateAxisLine(net.minecraft.world.level.WorldGenLevel world, net.minecraft.core.BlockPos pos, int length, net.minecraft.core.Direction dir, net.minecraft.world.level.block.state.BlockState state) Deprecated.
-
Constructor Details
-
GenLines
public GenLines()Deprecated.
-
-
Method Details
-
generateAxisLine
public static void generateAxisLine(net.minecraft.world.level.WorldGenLevel world, net.minecraft.core.BlockPos pos, int length, net.minecraft.core.Direction dir, net.minecraft.world.level.block.state.BlockState state) Deprecated. -
generateAxisLine
public static void generateAxisLine(net.minecraft.world.level.WorldGenLevel world, net.minecraft.core.BlockPos pos, int length, net.minecraft.core.Direction dir, boolean force, Set<net.minecraft.world.level.block.Block> blocksToForce, List<net.minecraft.world.level.block.state.BlockState> blocksToPlace) Deprecated. -
drawLine
public static void drawLine(net.minecraft.world.level.WorldGenLevel world, net.minecraft.core.BlockPos start, net.minecraft.core.BlockPos end, net.minecraft.world.level.block.state.BlockState state) Deprecated. -
drawLine
public static void drawLine(net.minecraft.world.level.WorldGenLevel world, net.minecraft.core.BlockPos start, net.minecraft.core.BlockPos end, net.minecraft.world.level.block.state.BlockState state, boolean force) Deprecated.
-