public class ObjectTypes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ObjectType |
bag
Object type for bags.
|
static ObjectType |
combatInfo
Object type for combat info.
|
static ObjectType |
instance |
static ObjectType |
item
Object type for items.
|
static ObjectType |
light
Object type for lights.
|
static ObjectType |
mob
Object type for mobs (mobile objects).
|
static ObjectType |
player
Object type for players and users.
|
static ObjectType |
pointSound
Object type for point sounds.
|
static ObjectType |
questStateInfo
Object type for quest state info.
|
static ObjectType |
road
Object type for roads.
|
static ObjectType |
structure
Object type for structures and static objects.
|
static ObjectType |
terrainDecal
Object type for terrain decals.
|
static ObjectType |
unknown
The default/fallback object type.
|
| Constructor and Description |
|---|
ObjectTypes() |
public static final ObjectType unknown
public static final ObjectType structure
ObjectType.BASE_STRUCTURE.public static final ObjectType mob
ObjectType.BASE_MOB.public static final ObjectType player
ObjectType.BASE_MOB and ObjectType.BASE_PLAYER.public static final ObjectType light
public static final ObjectType terrainDecal
ObjectType.BASE_STRUCTURE.public static final ObjectType pointSound
ObjectType.BASE_STRUCTURE.public static final ObjectType item
public static final ObjectType road
public static final ObjectType bag
public static final ObjectType combatInfo
public static final ObjectType instance
public static final ObjectType questStateInfo