- Enclosing class:
ClientWorldEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
void
afterWorldChange(net.minecraft.client.Minecraft client,
net.minecraft.client.multiplayer.ClientLevel world)
Called after the client world has been changed.
-
Method Details
-
afterWorldChange
void afterWorldChange(net.minecraft.client.Minecraft client,
net.minecraft.client.multiplayer.ClientLevel world)
Called after the client world has been changed.
- Parameters:
client - the client instance
world - the new world instance