mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Pos tostring
This commit is contained in:
@@ -43,6 +43,11 @@ public class Position2 {
|
||||
this.z = z;
|
||||
}
|
||||
|
||||
public String toString()
|
||||
{
|
||||
return "[" + x + "," + z + "]";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
final int prime = 31;
|
||||
|
||||
Reference in New Issue
Block a user