com.threerings.tudey.data
Class TudeySceneModel.FloorPlaceableFilter
java.lang.Object
com.threerings.tudey.data.TudeySceneModel.FloorPlaceableFilter
- All Implemented Interfaces:
- com.google.common.base.Predicate<SpaceElement>, Exportable
- Enclosing class:
- TudeySceneModel
protected static class TudeySceneModel.FloorPlaceableFilter
- extends Object
- implements Exportable, com.google.common.base.Predicate<SpaceElement>
Used to select sprites according to their floor flags.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Predicate |
equals |
TudeySceneModel.FloorPlaceableFilter
protected TudeySceneModel.FloorPlaceableFilter()
apply
public boolean apply(SpaceElement element)
- Specified by:
apply in interface com.google.common.base.Predicate<SpaceElement>