Remove libstructure

Migrate to 1.16.2 final
This commit is contained in:
Sebastian Hartte
2020-08-12 18:23:32 +02:00
parent 6f0fc7d189
commit b03a249da3
22 changed files with 346 additions and 238 deletions
@@ -196,8 +196,8 @@ public final class AppEngClient extends AppEngBase {
// WorldData
// each time the integrated server starts&stops
ServerLifecycleEvents.SERVER_STARTING.register(WorldData::onServerStarting);
ServerLifecycleEvents.SERVER_STOPPING.register(server -> WorldData.instance().onServerStopping());
ServerLifecycleEvents.SERVER_STOPPED.register(server -> WorldData.instance().onServerStoppped());
ServerLifecycleEvents.SERVER_STOPPING.register(server -> WorldData.onServerStopping(server));
ServerLifecycleEvents.SERVER_STOPPED.register(WorldData::onServerStoppped);
this.bindings = new EnumMap<>(ActionKey.class);
for (ActionKey key : ActionKey.values()) {