com.threerings.miso.client
Class RethinkOp
java.lang.Object
com.threerings.miso.client.RethinkOp
- All Implemented Interfaces:
- TileOp
public class RethinkOp
- extends Object
- implements TileOp
Constructs the set of blocks that intersect the op bounds.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
blocks
public Set<Point> blocks
_key
protected Point _key
_metrics
protected MisoSceneMetrics _metrics
RethinkOp
public RethinkOp(MisoSceneMetrics metrics)
apply
public void apply(int tx,
int ty,
Rectangle tbounds)
- Specified by:
apply in interface TileOp