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 java.lang.String
TRANSITION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
@NotNull java.util.stream.Stream<? extends net.kyori.examination.ExaminableProperty>
examinableProperties()
int
hashCode()
@NotNull Component
value()
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 java.lang.String TRANSITION
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
@NotNull public @NotNull Component value()
Description copied from interface:Inserting
Returns the component this tag produces.
-
examinableProperties
@NotNull public @NotNull java.util.stream.Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()
- Specified by:
examinableProperties
in interfacenet.kyori.examination.Examinable
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-