(Boolean underlined)
| 86 | throw new UnsupportedOperationException(); |
| 87 | } |
| 88 | public ChatStyle setUnderlined(Boolean underlined) |
| 89 | { |
| 90 | throw new UnsupportedOperationException(); |
| 91 | } |
| 92 | public ChatStyle setObfuscated(Boolean obfuscated) |
| 93 | { |
| 94 | throw new UnsupportedOperationException(); |
no outgoing calls
no test coverage detected