A lot of removals, upstream merges, and maybe more.

This commit is contained in:
MattBDev
2019-06-07 20:58:48 -04:00
parent 3169592332
commit 7f3c4c4828
38 changed files with 871 additions and 1321 deletions

View File

@ -46,6 +46,7 @@ import javax.annotation.Nullable;
/**
* An abstract implementation of {@link World}.
* Added by FAWE.
*/
public interface SimpleWorld extends World {
@Override
@ -155,4 +156,4 @@ public interface SimpleWorld extends World {
default void setWeather(WeatherType weatherType, long duration) {
}
}
}