Interface WorldSaveDataEvent.LoadEvent
- Enclosing class:
WorldSaveDataEvent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface for listeners of
WorldSaveDataEvent.LOAD_EVENT-
Method Summary
Modifier and TypeMethodDescriptionvoidonLoaded(net.minecraft.server.MinecraftServer server) Called when allWorldSaveDatagets loaded.
-
Method Details
-
onLoaded
void onLoaded(net.minecraft.server.MinecraftServer server) Called when allWorldSaveDatagets loaded.- Parameters:
server- The current minecraft server.
-