Method
ArgsFilter
(FilterType type, Player player, Unit unit)
Source from the content-addressed store, hash-verified
| 19 | public Unit unit; |
| 20 | |
| 21 | public ArgsFilter(FilterType type, Player player, Unit unit) { |
| 22 | this.type = type; |
| 23 | this.data = TempData.get(player); |
| 24 | this.player = player; |
| 25 | this.unit = unit; |
| 26 | } |
| 27 | |
| 28 | public static FilterSearchReponse hasFilter(Player trigger, String[] args) { return hasFilter(trigger, String.join(" ", args)); } |
| 29 | public static FilterSearchReponse hasFilter(Player trigger, String arg) { |
Callers
nothing calls this directly
Tested by
no test coverage detected