Returns true if the Equipment can take children. @return true if the Equipment can take children.
()
| 2177 | * @return true if the Equipment can take children. |
| 2178 | */ |
| 2179 | public boolean isContainer() |
| 2180 | { |
| 2181 | return get(ObjectKey.CONTAINER_WEIGHT_CAPACITY) != null; |
| 2182 | } |
| 2183 | |
| 2184 | /** |
| 2185 | * Add an equipment modifier and its associated information eg: |
no test coverage detected