java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.newsystem.containers.FloatContainer3d
public class FloatContainer3d
extends Object
-
Field Summary
Fields
private final float[]
private final float
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
-
data
private final float[] data
-
outOfBoundsValue
private final float outOfBoundsValue
-
Constructor Details
-
FloatContainer3d
public FloatContainer3d(@Nonnull
Bounds3i bounds_voxelGrid,
float outOfBoundsValue)
-
Method Details
-
get
public float get(@Nonnull
Vector3i position_voxelGrid)
-
getBounds_voxelGrid
@Nonnull
public Bounds3i getBounds_voxelGrid()
-
set
public void set(@Nonnull
Vector3i position_voxelGrid,
float value)
-
moveMinTo
public void moveMinTo(@Nonnull
Vector3i min_voxelGrid)