Package api.world
Class ImmutableBlockPos.VanillaMutableBlockPos
java.lang.Object
api.util.Vec3i
api.world.ImmutableBlockPos
api.world.ImmutableBlockPos.VanillaMutableBlockPos
- All Implemented Interfaces:
Comparable<Vec3i>
- Enclosing class:
- ImmutableBlockPos
-
Nested Class Summary
Nested classes/interfaces inherited from class api.world.ImmutableBlockPos
ImmutableBlockPos.VanillaMutableBlockPos -
Field Summary
Fields inherited from class api.world.ImmutableBlockPos
ORIGINFields inherited from class api.util.Vec3i
NULL_VECTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class api.world.ImmutableBlockPos
add, add, add, crossProduct, down, down, east, east, fromLong, getAllInBox, getAllInBoxMutable, north, north, offset, offset, south, south, subtract, toLong, toString, up, up, west, westMethods inherited from class api.util.Vec3i
compareTo, distanceSq, distanceSq, distanceSqToCenter, equals, hashCode
-
Constructor Details
-
VanillaMutableBlockPos
public VanillaMutableBlockPos() -
VanillaMutableBlockPos
public VanillaMutableBlockPos(int x_, int y_, int z_)
-
-
Method Details