Set a text to be inserted into Chat when the component is shift-clicked
(String insertion)
| 285 | * Set a text to be inserted into Chat when the component is shift-clicked |
| 286 | */ |
| 287 | public ChatStyle setInsertion(String insertion) |
| 288 | { |
| 289 | this.insertion = insertion; |
| 290 | return this; |
| 291 | } |
| 292 | |
| 293 | /** |
| 294 | * Sets the fallback ChatStyle to use if this ChatStyle does not override some value. Without a parent, obvious |
no outgoing calls
no test coverage detected