Gets the immediate parent of this ChatStyle.
()
| 351 | * Gets the immediate parent of this ChatStyle. |
| 352 | */ |
| 353 | private ChatStyle getParent() |
| 354 | { |
| 355 | return this.parentStyle == null ? rootStyle : this.parentStyle; |
| 356 | } |
| 357 | |
| 358 | public String toString() |
| 359 | { |
no outgoing calls
no test coverage detected