public enum EOS_EAntiCheatCommonPlayerMovementState extends java.lang.Enum<EOS_EAntiCheatCommonPlayerMovementState> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_ACCPMS_Crouching
Player is crouching
|
EOS_ACCPMS_Falling
Player is falling under the effects of gravity, such as when jumping or walking off the edge of a surface
|
EOS_ACCPMS_Flying
Player is flying, ignoring the effects of gravity
|
EOS_ACCPMS_Mounted
Player is mounted in a vehicle or similar
|
EOS_ACCPMS_None
No particular state applies
|
EOS_ACCPMS_OnLadder
Player is on a ladder
|
EOS_ACCPMS_Prone
Player is prone
|
EOS_ACCPMS_Swimming
Player is swimming in a fluid volume
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_EAntiCheatCommonPlayerMovementState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EAntiCheatCommonPlayerMovementState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EAntiCheatCommonPlayerMovementState EOS_ACCPMS_None
public static final EOS_EAntiCheatCommonPlayerMovementState EOS_ACCPMS_Crouching
public static final EOS_EAntiCheatCommonPlayerMovementState EOS_ACCPMS_Prone
public static final EOS_EAntiCheatCommonPlayerMovementState EOS_ACCPMS_Mounted
public static final EOS_EAntiCheatCommonPlayerMovementState EOS_ACCPMS_Swimming
public static final EOS_EAntiCheatCommonPlayerMovementState EOS_ACCPMS_Falling
public static final EOS_EAntiCheatCommonPlayerMovementState EOS_ACCPMS_Flying
public static final EOS_EAntiCheatCommonPlayerMovementState EOS_ACCPMS_OnLadder
public static EOS_EAntiCheatCommonPlayerMovementState[] values()
for (EOS_EAntiCheatCommonPlayerMovementState c : EOS_EAntiCheatCommonPlayerMovementState.values()) System.out.println(c);
public static EOS_EAntiCheatCommonPlayerMovementState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped