| Package | Description |
|---|---|
| com.threerings.miso.client | |
| com.threerings.miso.tile |
| Modifier and Type | Method and Description |
|---|---|
BaseTile |
SceneBlock.getBaseTile(int tx,
int ty)
Returns the base tile at the specified coordinates or null if
there's no tile at said coordinates.
|
BaseTile |
SceneBlock.getFringeTile(int tx,
int ty)
Returns the fringe tile at the specified coordinates or null if
there's no tile at said coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SceneBlock.computeMemoryUsage(Map<Tile.Key,BaseTile> bases,
Set<BaseTile> fringes,
Map<Tile.Key,ObjectTile> objects,
long[] usage)
Computes the memory usage of the base and object tiles in this
scene block; registering counted tiles in the hash map so that
other blocks can be sure not to double count them.
|
void |
SceneBlock.computeMemoryUsage(Map<Tile.Key,BaseTile> bases,
Set<BaseTile> fringes,
Map<Tile.Key,ObjectTile> objects,
long[] usage)
Computes the memory usage of the base and object tiles in this
scene block; registering counted tiles in the hash map so that
other blocks can be sure not to double count them.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoFringer.FringeTile |
| Modifier and Type | Method and Description |
|---|---|
BaseTile |
AutoFringer.getFringeTile(MisoSceneModel scene,
int col,
int row,
Map<AutoFringer.FringeTile,WeakReference<AutoFringer.FringeTile>> fringes,
Map<Long,BufferedImage> masks)
Compute and return the fringe tile to be inserted at the specified location.
|
Copyright © 2015. All rights reserved.