Interface LifecycleEvent.LevelState<T extends net.minecraft.world.level.Level>

All Known Subinterfaces:
ClientLifecycleEvent.ClientLevelState, LifecycleEvent.ServerLevelState
Enclosing interface:
LifecycleEvent

public static interface LifecycleEvent.LevelState<T extends net.minecraft.world.level.Level>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    act(T world)
    Parent event type for any events that are invoked on world state change.
  • Method Details

    • act

      void act(T world)
      Parent event type for any events that are invoked on world state change.
      Parameters:
      world - The world that has changed.