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