| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | net.gtaun.shoebill.constant.SpecialAction | |
To be used with setSpecialAction or getSpecialAction.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SpecialAction | CARRY | Will apply a 'carrying' animation to the player | |||||||||
| SpecialAction | CUFFED | Will force the player in to cuffs (hands are behind their back) | |||||||||
| SpecialAction | DANCE1 | Dance 1 | |||||||||
| SpecialAction | DANCE2 | Dance 2 | |||||||||
| SpecialAction | DANCE3 | Dance 3 | |||||||||
| SpecialAction | DANCE4 | Dance 4 | |||||||||
| SpecialAction | DRINK_BEER | Will increase the player's drunk level when used | |||||||||
| SpecialAction | DRINK_SPRUNK | Will give the player a sprunk bottle to drink from | |||||||||
| SpecialAction | DRINK_WINE | Will give the player a wine bottle to get drunk from | |||||||||
| SpecialAction | DUCK | Detect if the player is crouching | |||||||||
| SpecialAction | ENTER_VEHICLE | Detect if the player is entering a vehicle via an animation | |||||||||
| SpecialAction | EXIT_VEHICLE | Detect if the player is exiting a vehicle via an animation | |||||||||
| SpecialAction | HANDSUP | Hands up | |||||||||
| SpecialAction | NONE | None | |||||||||
| SpecialAction | SITTING | Sitting | |||||||||
| SpecialAction | SMOKE_CIGGY | Will give the player a cigar | |||||||||
| SpecialAction | SPECIAL_ACTION_PISSING | Will make make the player perform the pissing animation with visible pee | |||||||||
| SpecialAction | STOP_USE_CELLPHONE | Stop use cellphone | |||||||||
| SpecialAction | USE_CELLPHONE | Use cellphone | |||||||||
| SpecialAction | USE_JETPACK | Use jetpack | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static SpecialAction | get(int value) | ||||||||||
| int | getValue() | ||||||||||
| static SpecialAction | valueOf(String name) | ||||||||||
| final static SpecialAction[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Will force the player in to cuffs (hands are behind their back)
Detect if the player is entering a vehicle via an animation
Detect if the player is exiting a vehicle via an animation
Will make make the player perform the pissing animation with visible pee