public final enum

BulletHitType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ net.gtaun.shoebill.constant.BulletHitType

Summary

Enum Values
BulletHitType  NONE   
BulletHitType  OBJECT   
BulletHitType  PLAYER   
BulletHitType  PLAYER_OBJECT   
BulletHitType  VEHICLE   
Public Methods
static BulletHitType get(int value)
int getValue()
static BulletHitType valueOf(String name)
final static BulletHitType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BulletHitType NONE

public static final BulletHitType OBJECT

public static final BulletHitType PLAYER

public static final BulletHitType PLAYER_OBJECT

public static final BulletHitType VEHICLE

Public Methods

public static BulletHitType get (int value)

public int getValue ()

public static BulletHitType valueOf (String name)

public static final BulletHitType[] values ()