Structure#generateDirect -> #generate

This commit is contained in:
dfsek
2021-07-22 18:44:51 -07:00
parent 9d687208c9
commit 169ed64568
4 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ public class StructureScript implements Structure {
@Override
@SuppressWarnings("try")
public boolean generateDirect(Vector3 location, World world, Random random, Rotation rotation) {
public boolean generate(Vector3 location, World world, Random random, Rotation rotation) {
try(ProfileFrame ignore = main.getProfiler().profile("terrascript_direct:" + id)) {
DirectBuffer buffer = new DirectBuffer(location, world);
return applyBlock(new TerraImplementationArguments(buffer, rotation, random, world, 0));