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.

@FunctionalInterface public static interface ClientWorldEvents.AfterClientWorldChange
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after the client world has been changed.
  • Method Details

    • afterWorldChange

      void afterWorldChange(MinecraftClient client, ClientWorld world)
      Called after the client world has been changed.
      Parameters:
      client - the client instance
      world - the new world instance