|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.server.objects.ObjectTypes
public class ObjectTypes
Atavism object type definitions.
Field Summary | |
---|---|
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 Summary | |
---|---|
ObjectTypes()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public ObjectTypes()
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |