All Known Subinterfaces:
Position

public interface Point
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.spongepowered.math.vector.Vector3d
     
     
    org.spongepowered.math.vector.Vector3i
     
  • Method Details

    • builder

      static Point.Builder builder()
    • asVector3d

      org.spongepowered.math.vector.Vector3d asVector3d()
    • toInt

      org.spongepowered.math.vector.Vector3i toInt()