Fix merge issues

This commit is contained in:
Alexander Söderberg
2020-07-17 23:06:40 +02:00
parent 1a269a1227
commit 4d24112ec7
2 changed files with 1 additions and 13 deletions

View File

@ -194,18 +194,6 @@ public abstract class WorldUtil {
@Deprecated @Nonnegative
public abstract int getHighestBlockSynchronous(@Nonnull String world, int x, int z);
/**
* Set the text in a sign
*
* @param world World name
* @param x X coordinate
* @param y Y coordinate
* @param z Z coordinate
* @param lines Sign text
*/
public abstract void setSign(@Nonnull String world, int x, int y, int z,
@Nonnull String[] lines);
/**
* Set the biome in a region
*