returns the name of the potion
()
| 263 | * returns the name of the potion |
| 264 | */ |
| 265 | public String getName() |
| 266 | { |
| 267 | return this.name; |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * Returns true if the potion has a associated status icon to display in then inventory when active. |
no outgoing calls
no test coverage detected