mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-25 22:09:34 +00:00
refactor integer vectors
This commit is contained in:
@@ -10,8 +10,8 @@ package com.dfsek.terra.api.noise;
|
||||
|
||||
import com.dfsek.terra.api.util.vector.Vector2;
|
||||
import com.dfsek.terra.api.util.vector.Vector3;
|
||||
import com.dfsek.terra.api.util.vector.integer.Vector2Int;
|
||||
import com.dfsek.terra.api.util.vector.integer.Vector3Int;
|
||||
import com.dfsek.terra.api.util.vector.Vector2Int;
|
||||
import com.dfsek.terra.api.util.vector.Vector3Int;
|
||||
|
||||
|
||||
public interface NoiseSampler {
|
||||
|
||||
Reference in New Issue
Block a user