mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-05 07:16:10 +00:00
Structure#generateDirect -> #generate
This commit is contained in:
@@ -14,5 +14,5 @@ public interface Structure extends StringIdentifiable {
|
||||
|
||||
boolean generate(Buffer buffer, World world, Random random, Rotation rotation, int recursions);
|
||||
|
||||
boolean generateDirect(Vector3 location, World world, Random random, Rotation rotation);
|
||||
boolean generate(Vector3 location, World world, Random random, Rotation rotation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user