Class TransitionTag
- java.lang.Object
-
- net.kyori.adventure.text.minimessage.tag.standard.TransitionTag
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.kyori.adventure.text.minimessage.tag.Tag
Tag.Argument
-
-
Field Summary
Fields Modifier and Type Field Description static StringTRANSITION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)@NotNull Stream<? extends net.kyori.examination.ExaminableProperty>examinableProperties()inthashCode()@NotNull Componentvalue()Returns the component this tag produces.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.kyori.adventure.text.minimessage.tag.Inserting
allowsChildren
-
-
-
-
Field Detail
-
TRANSITION
public static final String TRANSITION
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
@NotNull public @NotNull Component value()
Description copied from interface:InsertingReturns the component this tag produces.
-
examinableProperties
@NotNull public @NotNull Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()
- Specified by:
examinablePropertiesin interfacenet.kyori.examination.Examinable
-
-