|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityKey | |
|---|---|
| com.threerings.tudey.client | |
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.data | Tudey data. |
| com.threerings.tudey.data.effect | |
| com.threerings.tudey.server | |
| com.threerings.tudey.server.logic | |
| Uses of EntityKey in com.threerings.tudey.client |
|---|
| Methods in com.threerings.tudey.client with parameters of type EntityKey | |
|---|---|
Sprite |
TudeySceneView.getSprite(EntityKey key)
Returns the sprite corresponding to the entity with the given key. |
EffectSprite |
TudeySceneView.prefireEffect(int timestamp,
EntityKey target,
Vector2f translation,
float rotation,
ConfigReference<EffectConfig> ref)
Requests to prefire an effect. |
| Uses of EntityKey in com.threerings.tudey.config |
|---|
| Methods in com.threerings.tudey.config with parameters of type EntityKey | |
|---|---|
Effect |
EffectConfig.Original.createEffect(ConfigReference<EffectConfig> config,
int timestamp,
EntityKey target,
Vector2f translation,
float rotation)
Creates a new effect of the type associated with this config. |
| Uses of EntityKey in com.threerings.tudey.data |
|---|
| Subclasses of EntityKey in com.threerings.tudey.data | |
|---|---|
static class |
EntityKey.Actor
Identifies an actor. |
static class |
EntityKey.Entry
Identifies an entry. |
| Uses of EntityKey in com.threerings.tudey.data.effect |
|---|
| Methods in com.threerings.tudey.data.effect that return EntityKey | |
|---|---|
EntityKey |
Effect.getTarget()
Returns the target of the effect (if any). |
| Constructors in com.threerings.tudey.data.effect with parameters of type EntityKey | |
|---|---|
Effect(ConfigReference<EffectConfig> config,
int timestamp,
EntityKey target,
Vector2f translation,
float rotation)
Creates a new effect. |
|
| Uses of EntityKey in com.threerings.tudey.server |
|---|
| Methods in com.threerings.tudey.server with parameters of type EntityKey | |
|---|---|
Logic |
TudeySceneManager.getLogic(EntityKey key)
Returns the logic object for the entity with the provided key, if any. |
| Uses of EntityKey in com.threerings.tudey.server.logic |
|---|
| Methods in com.threerings.tudey.server.logic that return EntityKey | |
|---|---|
EntityKey |
TargetLogic.getEntityKey()
|
EntityKey |
RegionLogic.getEntityKey()
|
EntityKey |
Logic.getEntityKey()
Returns the entity key for this logic, if any. |
EntityKey |
HandlerLogic.getEntityKey()
|
EntityKey |
ExpressionLogic.getEntityKey()
|
EntityKey |
EntryLogic.getEntityKey()
|
EntityKey |
ConditionLogic.getEntityKey()
|
EntityKey |
BehaviorLogic.getEntityKey()
|
EntityKey |
ActorLogic.getEntityKey()
|
EntityKey |
ActivityLogic.getEntityKey()
|
EntityKey |
ActionLogic.getEntityKey()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||