|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TudeySceneModel.TileEntry | |
|---|---|
| com.threerings.tudey.client.cursor | |
| com.threerings.tudey.client.sprite | |
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.data | Tudey data. |
| Uses of TudeySceneModel.TileEntry in com.threerings.tudey.client.cursor |
|---|
| Methods in com.threerings.tudey.client.cursor with parameters of type TudeySceneModel.TileEntry | |
|---|---|
void |
TileCursor.Implementation.update(TudeySceneModel.TileEntry entry)
Updates the cursor state. |
void |
TileCursor.Original.update(TudeySceneModel.TileEntry entry)
|
| Constructors in com.threerings.tudey.client.cursor with parameters of type TudeySceneModel.TileEntry | |
|---|---|
TileCursor(TudeyContext ctx,
TudeySceneView view,
TudeySceneModel.TileEntry entry)
Creates a new tile cursor. |
|
| Uses of TudeySceneModel.TileEntry in com.threerings.tudey.client.sprite |
|---|
| Methods in com.threerings.tudey.client.sprite with parameters of type TudeySceneModel.TileEntry | |
|---|---|
void |
TileSprite.Implementation.update(TudeySceneModel.TileEntry entry)
Updates the implementation to match the tile state. |
void |
TileSprite.Original.update(TudeySceneModel.TileEntry entry)
|
| Constructors in com.threerings.tudey.client.sprite with parameters of type TudeySceneModel.TileEntry | |
|---|---|
TileSprite(TudeyContext ctx,
TudeySceneView view,
TudeySceneModel.TileEntry entry)
Creates a new tile sprite. |
|
| Uses of TudeySceneModel.TileEntry in com.threerings.tudey.config |
|---|
| Methods in com.threerings.tudey.config that return TudeySceneModel.TileEntry | |
|---|---|
TudeySceneModel.TileEntry |
GroundConfig.Original.createEdge(ConfigManager cfgmgr,
IntTuple caseRotations,
int maxWidth,
int maxHeight,
int elevation)
Creates a new edge tile with the supplied case/rotations and maximum dimensions. |
TudeySceneModel.TileEntry |
GroundConfig.Original.createFloor(ConfigManager cfgmgr,
int maxWidth,
int maxHeight,
int elevation)
Creates a new floor tile with the supplied maximum dimensions. |
TudeySceneModel.TileEntry |
WallConfig.Original.createWall(ConfigManager cfgmgr,
IntTuple caseRotations,
int maxWidth,
int maxHeight,
int elevation)
Creates a new wall tile with the supplied case/rotations and maximum dimensions. |
| Methods in com.threerings.tudey.config with parameters of type TudeySceneModel.TileEntry | |
|---|---|
boolean |
GroundConfig.Original.isEdge(TudeySceneModel.TileEntry entry,
int elevation)
Checks whether the specified entry matches any edge case. |
boolean |
GroundConfig.Original.isEdge(TudeySceneModel.TileEntry entry,
IntTuple caseRotations,
int elevation)
Checks whether the specified entry qualifies as an edge tile. |
boolean |
WallConfig.Original.isWall(TudeySceneModel.TileEntry entry,
int elevation)
Checks whether the specified entry matches any wall case. |
boolean |
WallConfig.Original.isWall(TudeySceneModel.TileEntry entry,
IntTuple caseRotations,
int elevation)
Checks whether the specified entry qualifies as a wall tile. |
boolean |
PaintableConfig.Tile.matches(TudeySceneModel.TileEntry entry,
int elevation)
Determines whether the specified tile entry matches this tile. |
| Uses of TudeySceneModel.TileEntry in com.threerings.tudey.data |
|---|
| Methods in com.threerings.tudey.data that return TudeySceneModel.TileEntry | |
|---|---|
TudeySceneModel.TileEntry |
TudeySceneModel.getTileEntry(int x,
int y)
Returns the tile entry intersecting the specified coordinates, if any. |
| Method parameters in com.threerings.tudey.data with type arguments of type TudeySceneModel.TileEntry | |
|---|---|
void |
TudeySceneModel.getTileEntries(Rectangle region,
Collection<TudeySceneModel.TileEntry> results)
Retrieves all of the tile entries intersecting the supplied region. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||