public class BlockRange3D
public BlockRange3D(@NotNull
Vector3Int pos1,
@NotNull
Vector3Int pos2)
public void foreach(@NotNull
kotlin.jvm.functions.Function1<? super jp.katana.math.Vector3Int,kotlin.Unit> f)
@NotNull public Vector3Int getPos1()
@NotNull public Vector3Int getPos2()
@NotNull public Vector3Int component1()
@NotNull public Vector3Int component2()
@NotNull public BlockRange3D copy(@NotNull Vector3Int pos1, @NotNull Vector3Int pos2)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)