Class Visual
java.lang.Object
dev.gothickit.zenkit.world.visual.Visual
- All Implemented Interfaces:
NativeObject
- Direct Known Subclasses:
VisualDecal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Visualcreate(VisualType type) static @Nullable VisualfromNativeHandle(@Nullable com.sun.jna.Pointer handle) getName()@NotNull com.sun.jna.PointergetType()void
-
Constructor Details
-
Visual
protected Visual(com.sun.jna.Pointer handle)
-
-
Method Details
-
fromNativeHandle
@Contract("null -> null; !null -> new") @Nullable public static @Nullable Visual fromNativeHandle(@Nullable @Nullable com.sun.jna.Pointer handle) -
create
-
getNativeHandle
@NotNull public @NotNull com.sun.jna.Pointer getNativeHandle()- Specified by:
getNativeHandlein interfaceNativeObject
-
getName
-
setName
-
getType
-