com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace
Methods: int sizeX(); int sizeY(); int sizeZ(); void pasteFrom(com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelSpace<java.lang.Boolean>); boolean set(java.lang.Boolean, int, int, int); boolean set(java.lang.Boolean, com.hypixel.hytale.math.vector.Vector3i); java.lang.Boolean getContent(int, int, int); java.lang.Boolean getContent(com.hypixel.hytale.math.vector.Vector3i); void deepCopyFrom(com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.BooleanVoxelSpace); vo
com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace
Methods: int maxZ(); com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.BooleanVoxelSpace clone(); java.lang.String toString(); static boolean isAlignedOriginZ(int); static int getAlignedZ(int); java.lang.Object clone(); boolean replace(java.lang.Object, int, int, int, java.util.function.Predicate); java.lang.Object getContent(com.hypixel.hytale.math.vector.Vector3i); java.lang.Object getContent(int, int, int); void set(java.lang.Object); boolean set(java.lang.Object, com.hypixel.hytale