Class CubeBuilder

java.lang.Object
dev.secondsun.util.CubeBuilder

public class CubeBuilder extends Object
  • Constructor Details

    • CubeBuilder

      public CubeBuilder(Vertex start, float width, float height, float depth)
  • Method Details

    • getFront1

      @Deprecated(forRemoval=true) public int getFront1()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setFront1

      @Deprecated(forRemoval=true) public CubeBuilder setFront1(int front1)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getFront2

      @Deprecated(forRemoval=true) public int getFront2()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setFront2

      @Deprecated(forRemoval=true) public CubeBuilder setFront2(int front2)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRight1

      public int getRight1()
    • setRight1

      public CubeBuilder setRight1(int front1)
    • getRight2

      public int getRight2()
    • setRight2

      public CubeBuilder setRight2(int front2)
    • getTop1

      public int getTop1()
    • setTop1

      public CubeBuilder setTop1(int top1)
    • getTop2

      public int getTop2()
    • setTop2

      public CubeBuilder setTop2(int top2)
    • getBack1

      @Deprecated(forRemoval=true) public int getBack1()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBack1

      @Deprecated(forRemoval=true) public CubeBuilder setBack1(int back1)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBack2

      @Deprecated(forRemoval=true) public int getBack2()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setBack2

      @Deprecated(forRemoval=true) public CubeBuilder setBack2(int back2)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLeft1

      public int getLeft1()
    • setLeft1

      public CubeBuilder setLeft1(int back1)
    • getLeft2

      public int getLeft2()
    • setLeft2

      public CubeBuilder setLeft2(int back2)
    • getBottom1

      public int getBottom1()
    • setBottom1

      public CubeBuilder setBottom1(int bottom1)
    • getBottom2

      public int getBottom2()
    • setBottom2

      public CubeBuilder setBottom2(int bottom2)
    • getFar1

      public int getFar1()
    • setUp1

      @Deprecated(forRemoval=true) public CubeBuilder setUp1(int up1)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUp2

      @Deprecated(forRemoval=true) public CubeBuilder setUp2(int up2)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUp2

      @Deprecated(forRemoval=true) public int getUp2()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUp1

      @Deprecated(forRemoval=true) public int getUp1()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setFar1

      public CubeBuilder setFar1(int up1)
    • getFar2

      public int getFar2()
    • setFar2

      public CubeBuilder setFar2(int up2)
    • setDown2

      @Deprecated(forRemoval=true) public CubeBuilder setDown2(int down2)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDown1

      @Deprecated(forRemoval=true) public int getDown1()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDown1

      @Deprecated(forRemoval=true) public CubeBuilder setDown1(int down1)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDown2

      @Deprecated(forRemoval=true) public int getDown2()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getNear1

      public int getNear1()
    • setNear1

      public CubeBuilder setNear1(int down1)
    • getNear2

      public int getNear2()
    • setNear2

      public CubeBuilder setNear2(int down2)
    • cube

      public Model cube()
    • disableBottom

      public CubeBuilder disableBottom()
    • disableTop

      public CubeBuilder disableTop()
    • disableFront

      public CubeBuilder disableFront()
    • disableBack

      public CubeBuilder disableBack()
    • disableUp

      public CubeBuilder disableUp()
    • disableDown

      public CubeBuilder disableDown()