Interface ClientWorldEvents.AfterClientWorldChange
- 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
Modifier and TypeMethodDescriptionvoid
afterWorldChange
(MinecraftClient client, ClientWorld world) Called after the client world has been changed.
-
Method Details
-
afterWorldChange
Called after the client world has been changed.- Parameters:
client
- the client instanceworld
- the new world instance
-