Interface LifecycleEvent.WorldState<T extends net.minecraft.world.level.Level>
- All Known Subinterfaces:
 ClientLifecycleEvent.ClientWorldState,LifecycleEvent.ServerWorldState
- Enclosing interface:
 - LifecycleEvent
 
public static interface LifecycleEvent.WorldState<T extends net.minecraft.world.level.Level>
- 
Method Summary
 
- 
Method Details
- 
act
Parent event type for any events that are invoked on world state change.- Parameters:
 world- The world that has changed.
 
 -