Interface Position

All Superinterfaces:
DataSerializable, Point

public interface Position extends Point, DataSerializable
  • Method Details

    • builder

      static Position.Builder builder()
    • of

      static Position of(org.spongepowered.math.vector.Vector3d location)
    • of

      static Position of(org.spongepowered.math.vector.Vector3d location, org.spongepowered.math.vector.Vector3d rotation)
    • getRotation

      Optional<Point> getRotation()