Package dev.gothickit.zenkit.mds
Class NativeEventSoundEffectGround
java.lang.Object
dev.gothickit.zenkit.mds.NativeEventSoundEffectGround
- All Implemented Interfaces:
CacheableObject<CachedEventSoundEffectGround>,EventSoundEffectGround,NativeObject
public final class NativeEventSoundEffectGround
extends Object
implements NativeObject, EventSoundEffectGround
-
Method Summary
Modifier and TypeMethodDescription@NotNull CachedEventSoundEffectGroundcache()booleanintframe()static @Nullable NativeEventSoundEffectGroundfromNativeHandle(com.sun.jna.Pointer handle) @NotNull com.sun.jna.PointerbooleanisCached()@NotNull Stringname()floatrange()
-
Method Details
-
fromNativeHandle
@Contract("null -> null; !null -> new") @Nullable public static @Nullable NativeEventSoundEffectGround fromNativeHandle(com.sun.jna.Pointer handle) -
frame
public int frame()- Specified by:
framein interfaceEventSoundEffectGround
-
name
- Specified by:
namein interfaceEventSoundEffectGround
-
range
public float range()- Specified by:
rangein interfaceEventSoundEffectGround
-
emptySlot
public boolean emptySlot()- Specified by:
emptySlotin interfaceEventSoundEffectGround
-
getNativeHandle
@NotNull public @NotNull com.sun.jna.Pointer getNativeHandle()- Specified by:
getNativeHandlein interfaceNativeObject
-
cache
- Specified by:
cachein interfaceCacheableObject<CachedEventSoundEffectGround>
-
isCached
public boolean isCached()- Specified by:
isCachedin interfaceCacheableObject<CachedEventSoundEffectGround>
-