MUDTracker.DefaultRFilters, StdThinInstance.AllWaterFilters, StdThinInstance.EmptyFilterspublic static interface TrackingLibrary.RFilters
| Modifier and Type | Method | Description |
|---|---|---|
TrackingLibrary.RFilters |
copyOf() |
Make a copy of this filter.
|
boolean |
isFilteredOut(Room hostR,
Room R,
Exit E,
int dir) |
The room in question is always the second one, "R".
|
TrackingLibrary.RFilters |
minus(TrackingLibrary.RFilter filter) |
Del a filter from this filter set.
|
TrackingLibrary.RFilters |
plus(TrackingLibrary.RFilter filter) |
Add a new filter to this filter set.
|
boolean isFilteredOut(Room hostR, Room R, Exit E, int dir)
hostR - the starting roomR - the room being filtered, and the target roomE - the exit from the host to target roomdir - the direction from host to target roomTrackingLibrary.RFilters plus(TrackingLibrary.RFilter filter)
filter - the new filterTrackingLibrary.RFilters minus(TrackingLibrary.RFilter filter)
filter - the old filterTrackingLibrary.RFilters copyOf()