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