Klasse GameSessionEvent

java.lang.Object
net.neoforged.bus.api.Event
de.luckymcdev.foundryengine.common.game.GameSessionEvent
Bekannte direkte Unterklassen:
GameSessionEvent.Started, GameSessionEvent.Starting, GameSessionEvent.Stopped, GameSessionEvent.Stopping

public abstract class GameSessionEvent extends net.neoforged.bus.api.Event
Events fired during game session lifecycle transitions.
  • Konstruktordetails

    • GameSessionEvent

      protected GameSessionEvent(net.minecraft.resources.Identifier sessionId)
  • Methodendetails

    • getSessionId

      public net.minecraft.resources.Identifier getSessionId()
      Returns the session ID for this event.