| Package | Description |
|---|---|
| com.threerings.miso.client |
| Modifier and Type | Method and Description |
|---|---|
SceneBlock |
MisoScenePanel.getBlock(int tx,
int ty)
Returns the resolved block that contains the specified tile coordinate or null if no block
is resolved for that coordinate.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SceneBlock> |
MisoScenePanel.enumerateResolvedBlocks()
Returns an iterator over all resolved
SceneBlock instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolutionView.blockCleared(SceneBlock block) |
void |
ResolutionView.queuedBlock(SceneBlock block) |
void |
SceneBlockResolver.resolveBlock(SceneBlock block,
boolean hipri)
Queues up a scene block for resolution.
|
void |
ResolutionView.resolvedBlock(SceneBlock block) |
void |
ResolutionView.resolvingBlock(SceneBlock block) |
Copyright © 2015. All rights reserved.