-
public class ComponentThe superinterface for all chat components
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classComponent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Booleanboldprivate final Booleanitalicprivate final Booleanunderlinedprivate final Booleanstrikethroughprivate final Booleanobfuscatedprivate final Colorcolorprivate final Stringinsertionprivate final ClickEventclickEventprivate final HoverEventhoverEventprivate final List<Component>extra
-
Method Summary
Modifier and Type Method Description abstract BooleangetBold()abstract BooleangetItalic()abstract BooleangetUnderlined()abstract BooleangetStrikethrough()abstract BooleangetObfuscated()abstract ColorgetColor()abstract StringgetInsertion()abstract ClickEventgetClickEvent()abstract HoverEventgetHoverEvent()abstract List<Component>getExtra()-
-
Method Detail
-
getUnderlined
abstract Boolean getUnderlined()
-
getStrikethrough
abstract Boolean getStrikethrough()
-
getObfuscated
abstract Boolean getObfuscated()
-
getInsertion
abstract String getInsertion()
-
getClickEvent
abstract ClickEvent getClickEvent()
-
getHoverEvent
abstract HoverEvent getHoverEvent()
-
-
-
-