Class GameSessionEvent.Starting
java.lang.Object
net.neoforged.bus.api.Event
de.luckymcdev.foundryengine.common.game.GameSessionEvent
de.luckymcdev.foundryengine.common.game.GameSessionEvent.Starting
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
GameSessionEvent
public static class GameSessionEvent.Starting
extends GameSessionEvent
implements net.neoforged.bus.api.ICancellableEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class GameSessionEvent
GameSessionEvent.Started, GameSessionEvent.Starting, GameSessionEvent.Stopped, GameSessionEvent.Stopping -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GameSessionEvent
getSessionIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Constructor Details
-
Starting
public Starting(net.minecraft.resources.Identifier sessionId)
-