Enum Class EOS_EAntiCheatCommonPlayerMovementState
java.lang.Object
java.lang.Enum<EOS_EAntiCheatCommonPlayerMovementState>
host.anzo.eossdk.eos.sdk.anticheat.common.enums.EOS_EAntiCheatCommonPlayerMovementState
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable,Comparable<EOS_EAntiCheatCommonPlayerMovementState>,Constable
public enum EOS_EAntiCheatCommonPlayerMovementState
extends Enum<EOS_EAntiCheatCommonPlayerMovementState>
implements com.sun.jna.NativeMapped
Details of a player's movement state
- Since:
- 8/5/2023
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPlayer is crouchingPlayer is falling under the effects of gravity, such as when jumping or walking off the edge of a surfacePlayer is flying, ignoring the effects of gravityPlayer is mounted in a vehicle or similarNo particular state appliesPlayer is on a ladderPlayer is pronePlayer is swimming in a fluid volume -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) Class<?>toNative()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EOS_ACCPMS_None
No particular state applies -
EOS_ACCPMS_Crouching
Player is crouching -
EOS_ACCPMS_Prone
Player is prone -
EOS_ACCPMS_Mounted
Player is mounted in a vehicle or similar -
EOS_ACCPMS_Swimming
Player is swimming in a fluid volume -
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_OnLadder
Player is on a ladder
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromNative
- Specified by:
fromNativein interfacecom.sun.jna.NativeMapped
-
toNative
- Specified by:
toNativein interfacecom.sun.jna.NativeMapped
-
nativeType
- Specified by:
nativeTypein interfacecom.sun.jna.NativeMapped
-