@Persistent public class WaypointObject extends SWGObject
Modifier and Type | Field and Description |
---|---|
static byte |
BLUE |
static byte |
GREEN |
static byte |
MULTICOLOR |
static byte |
ORANGE |
static byte |
PURPLE |
static byte |
WHITE |
static byte |
YELLOW |
Constructor and Description |
---|
WaypointObject() |
WaypointObject(long objectID,
Planet planet,
Point3D position) |
Modifier and Type | Method and Description |
---|---|
int |
getCellId() |
byte |
getColor() |
long |
getLocationNetworkId() |
java.lang.String |
getName() |
int |
getPlanetCRC() |
boolean |
isActive() |
void |
sendBaselines(Client client) |
void |
setActive(boolean isActive) |
void |
setCellId(int cellId) |
void |
setColor(byte color) |
void |
setLocationNetworkId(long locationNetworkId) |
void |
setName(java.lang.String name) |
void |
setPlanetCRC(int planetCRC) |
_add, _remove, add, addObserver, getArrangement, getArrangementId, getAttachment, getAttributes, getAwareObjects, getClient, getComplexity, getContainer, getContainerInfo, getCorrectArrangementId, getCustomName, getDetailFilename, getDetailName, getFloatAttribute, getGrandparent, getHeading, getIntAttribute, getMeshVisitor, getMovementCounter, getMutex, getObjectId, getObjectID, getObservers, getOrientation, getParentId, getPermissions, getPlanet, getPlanetId, getPortalVisitor, getPosition, getRadians, getSlottedObject, getStfFilename, getStfName, getStringAttribute, getTemplate, getTemplateData, getVolume, getWorldPosition, hasObservers, inRange, isInQuadtree, isInSnapshot, isPersistent, isSubChildOf, makeAware, makeUnaware, notifyObservers, notifyObservers, notifyObserversInRange, remove, removeObserver, sendCreate, sendDestroy, sendSceneEndBaselines, sendUpdateContainment, setArrangementId, setAttachment, setClient, setContainerPermissions, setCustomName, setDetailFilename, setDetailName, setFloatAttribute, setIntAttribute, setIsInQuadtree, setisInSnapshot, setMovementCounter, setOrientation, setParent, setParentId, setParentId, setPersistent, setPlanet, setPlanetId, setPosition, setStfFilename, setStfName, setStringAttribute, setTemplate, setTemplateData, setVolume, transferTo, viewChildren
public static final byte BLUE
public static final byte GREEN
public static final byte ORANGE
public static final byte YELLOW
public static final byte PURPLE
public static final byte WHITE
public static final byte MULTICOLOR
public int getCellId()
public void setCellId(int cellId)
public long getLocationNetworkId()
public void setLocationNetworkId(long locationNetworkId)
public int getPlanetCRC()
public void setPlanetCRC(int planetCRC)
public java.lang.String getName()
public void setName(java.lang.String name)
public byte getColor()
public void setColor(byte color)
public boolean isActive()
public void setActive(boolean isActive)
public void sendBaselines(Client client)
sendBaselines
in class SWGObject