Class ClientPauseChangeEvent.Pre
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.ClientPauseChangeEvent
net.neoforged.neoforge.client.event.ClientPauseChangeEvent.Pre
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
ClientPauseChangeEvent
public static class ClientPauseChangeEvent.Pre
extends ClientPauseChangeEvent
implements net.neoforged.bus.api.ICancellableEvent
Fired when pause is going to change
This event is cancellable, and does not
.invalid reference
have a result
This event is fired on the main Forge event bus, only on the logical client.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.neoforged.neoforge.client.event.ClientPauseChangeEvent
ClientPauseChangeEvent.Post, ClientPauseChangeEvent.Pre
-
Constructor Summary
-
Method Summary
Methods inherited from class net.neoforged.neoforge.client.event.ClientPauseChangeEvent
isPaused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Constructor Details
-
Pre
public Pre(boolean pause)
-