Class ServerEvents.World

java.lang.Object
icu.suc.serverevents.ServerEvents.World
Enclosing class:
ServerEvents

public abstract static class ServerEvents.World extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerWorldEvents.Load>
     
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerWorldEvents.Unload>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOAD

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerWorldEvents.Load> LOAD
      See Also:
      • ServerWorldEvents.LOAD
    • UNLOAD

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerWorldEvents.Unload> UNLOAD
      See Also:
      • ServerWorldEvents.UNLOAD
  • Constructor Details

    • World

      public World()