Class ResultBuffer.ResultBuffer2d
java.lang.Object
com.hypixel.hytale.procedurallib.logic.ResultBuffer.ResultBuffer2d
- Enclosing class:
ResultBuffer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hash
public int hash -
hash2
public int hash2 -
ix
public int ix -
iy
public int iy -
ix2
public int ix2 -
iy2
public int iy2 -
distance
public double distance -
distance2
public double distance2 -
x
public double x -
y
public double y -
x2
public double x2 -
y2
public double y2
-
-
Constructor Details
-
ResultBuffer2d
public ResultBuffer2d()
-
-
Method Details
-
register
public void register(int hash, int ix, int iy, double distance, double x, double y) -
register2
public void register2(int hash, int ix, int iy, double distance, double x, double y)
-