Class MPSOffset

All Implemented Interfaces:
Iterable<MPSOffset>

public class MPSOffset
extends Struct<MPSOffset>
  • Constructor Details

    • MPSOffset

      public MPSOffset()
    • MPSOffset

      public MPSOffset​(long x, long y, long z)
  • Method Details

    • getX

      public long getX()
    • setX

      public MPSOffset setX​(long x)
    • getY

      public long getY()
    • setY

      public MPSOffset setY​(long y)
    • getZ

      public long getZ()
    • setZ

      public MPSOffset setZ​(long z)