Package dev.gothickit.zenkit.world
Class Ai
java.lang.Object
dev.gothickit.zenkit.world.Ai
- All Implemented Interfaces:
NativeObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable AifromNativeHandle(@Nullable com.sun.jna.Pointer handle) @NotNull com.sun.jna.PointergetType()
-
Constructor Details
-
Ai
protected Ai(com.sun.jna.Pointer handle)
-
-
Method Details
-
fromNativeHandle
@Contract("null -> null; !null -> new") @Nullable public static @Nullable Ai fromNativeHandle(@Nullable @Nullable com.sun.jna.Pointer handle) -
getNativeHandle
@NotNull public @NotNull com.sun.jna.Pointer getNativeHandle()- Specified by:
getNativeHandlein interfaceNativeObject
-
getType
-