java.lang.Object
com.seibel.distanthorizons.api.objects.math.DhApiVec3i

public class DhApiVec3i extends Object
Often used to store block positions or any other position in 3D space.
Since:
API 1.0.0
  • Field Details

    • x

      public int x
    • y

      public int y
    • z

      public int z
  • Constructor Details

    • DhApiVec3i

      public DhApiVec3i()
      creates a Vec3 at (0,0,0)
    • DhApiVec3i

      public DhApiVec3i(int x, int y, int z)
  • Method Details