Class ResultBuffer.ResultBuffer3d
java.lang.Object
com.hypixel.hytale.procedurallib.logic.ResultBuffer.ResultBuffer3d
- 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 -
iz
public int iz -
ix2
public int ix2 -
iy2
public int iy2 -
iz2
public int iz2 -
distance
public double distance -
distance2
public double distance2 -
x
public double x -
y
public double y -
z
public double z -
x2
public double x2 -
y2
public double y2 -
z2
public double z2
-
-
Constructor Details
-
ResultBuffer3d
public ResultBuffer3d()
-
-
Method Details
-
register
public void register(int hash, int ix, int iy, int iz, double distance, double x, double y, double z) -
register2
public void register2(int hash, int ix, int iy, int iz, double distance, double x, double y, double z)
-