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.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifikator und TypKlasseBeschreibungstatic classstatic classstatic classstatic class -
Konstruktorübersicht
KonstruktorenModifikatorKonstruktorBeschreibungprotectedGameSessionEvent(net.minecraft.resources.Identifier sessionId) -
Methodenübersicht
Modifikator und TypMethodeBeschreibungnet.minecraft.resources.IdentifierReturns the session ID for this event.
-
Konstruktordetails
-
GameSessionEvent
protected GameSessionEvent(net.minecraft.resources.Identifier sessionId)
-
-
Methodendetails
-
getSessionId
public net.minecraft.resources.Identifier getSessionId()Returns the session ID for this event.
-