Interface Point
- All Known Subinterfaces:
Position
public interface Point
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.spongepowered.math.vector.Vector3d
static Point.Builder
builder()
org.spongepowered.math.vector.Vector3i
toInt()
-
Method Details
-
builder
-
asVector3d
org.spongepowered.math.vector.Vector3d asVector3d() -
toInt
org.spongepowered.math.vector.Vector3i toInt()
-