Class CreateShapes

java.lang.Object
com.petrolpark.compat.create.core.CreateShapes

public class CreateShapes extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.phys.shapes.VoxelShape
    cuboid(double x1, double y1, double z1, double x2, double y2, double z2)
     
    static com.simibubi.create.AllShapes.Builder
    shape(double x1, double y1, double z1, double x2, double y2, double z2)
     
    static com.simibubi.create.AllShapes.Builder
    shape(net.minecraft.world.phys.shapes.VoxelShape shape)
     

    Methods inherited from class java.lang.Object

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

    • CreateShapes

      public CreateShapes()
  • Method Details

    • shape

      public static com.simibubi.create.AllShapes.Builder shape(net.minecraft.world.phys.shapes.VoxelShape shape)
    • shape

      public static com.simibubi.create.AllShapes.Builder shape(double x1, double y1, double z1, double x2, double y2, double z2)
    • cuboid

      public static net.minecraft.world.phys.shapes.VoxelShape cuboid(double x1, double y1, double z1, double x2, double y2, double z2)