MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getParent

Method getParent

src/main/java/net/minecraft/util/ChatStyle.java:353–356  ·  view source on GitHub ↗

Gets the immediate parent of this ChatStyle.

()

Source from the content-addressed store, hash-verified

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 {

Callers 9

getColorMethod · 0.95
getBoldMethod · 0.95
getItalicMethod · 0.95
getStrikethroughMethod · 0.95
getUnderlinedMethod · 0.95
getObfuscatedMethod · 0.95
getChatClickEventMethod · 0.95
getChatHoverEventMethod · 0.95
getInsertionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected