createBlockData -> createBlockState

This commit is contained in:
dfsek
2021-12-17 08:36:43 -07:00
parent 2c12892111
commit 5401917703
9 changed files with 11 additions and 11 deletions
@@ -35,7 +35,7 @@ public class SpongeWorldHandle implements WorldHandle {
}
@Override
public @NotNull BlockState createBlockData(@NotNull String data) {
public @NotNull BlockState createBlockState(@NotNull String data) {
return new SpongeBlockState(org.spongepowered.api.block.BlockState.fromString(data));
}