Package dev.gothickit.zenkit.world
Class EventManager
java.lang.Object
dev.gothickit.zenkit.world.EventManager
- All Implemented Interfaces:
NativeObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable EventManagerfromNativeHandle(@Nullable com.sun.jna.Pointer handle) @NotNull com.sun.jna.PointerbooleanisActive()booleanvoidsetActive(boolean val) voidsetCleared(boolean val)
-
Constructor Details
-
EventManager
public EventManager()
-
-
Method Details
-
fromNativeHandle
@Contract("null -> null; !null -> new") @Nullable public static @Nullable EventManager fromNativeHandle(@Nullable @Nullable com.sun.jna.Pointer handle) -
getNativeHandle
@NotNull public @NotNull com.sun.jna.Pointer getNativeHandle()- Specified by:
getNativeHandlein interfaceNativeObject
-
isCleared
public boolean isCleared() -
setCleared
public void setCleared(boolean val) -
isActive
public boolean isActive() -
setActive
public void setActive(boolean val)
-