Get the istype token @param eq @param type @return is type token
(Equipment eq, String type)
| 661 | * @return is type token |
| 662 | */ |
| 663 | private static boolean isTypeToken(Equipment eq, String type) |
| 664 | { |
| 665 | return eq.isType(type); |
| 666 | } |
| 667 | |
| 668 | /** |
| 669 | * Get the MULT token |