Class CollectionSingleAdapter<T>
java.lang.Object
org.ships.config.messages.adapter.misc.CollectionSingleAdapter<T>
- All Implemented Interfaces:
MessageAdapter<Collection<T>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.adapterText(MessageAdapter<T> adapter, int index) Deprecated.adapterTextFormat(MessageAdapter<T> adapter, int index) Class<?>booleancontainsAdapter(@NotNull net.kyori.adventure.text.Component component) booleancontainsAdapter(String plain) booleancontainsAdapter(org.core.adventureText.AText text) Deprecated.examples()net.kyori.adventure.text.ComponentprocessMessage(@NotNull Collection<T> obj) net.kyori.adventure.text.ComponentprocessMessage(@NotNull Collection<T> obj, @NotNull net.kyori.adventure.text.Component message) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ships.config.messages.adapter.MessageAdapter
process, process
-
Constructor Details
-
CollectionSingleAdapter
-
-
Method Details
-
adapterText
Deprecated.- Specified by:
adapterTextin interfaceMessageAdapter<T>
-
adaptingType
- Specified by:
adaptingTypein interfaceMessageAdapter<T>
-
examples
- Specified by:
examplesin interfaceMessageAdapter<T>
-
categories
- Specified by:
categoriesin interfaceMessageAdapter<T>
-
processMessage
- Specified by:
processMessagein interfaceMessageAdapter<T>
-
processMessage
public net.kyori.adventure.text.Component processMessage(@NotNull @NotNull Collection<T> obj, @NotNull @NotNull net.kyori.adventure.text.Component message) - Specified by:
processMessagein interfaceMessageAdapter<T>
-
adapterTextFormat
Deprecated.- Specified by:
adapterTextFormatin interfaceMessageAdapter<T>
-
containsAdapter
- Specified by:
containsAdapterin interfaceMessageAdapter<T>
-
containsAdapter
Deprecated.- Specified by:
containsAdapterin interfaceMessageAdapter<T>
-
containsAdapter
public boolean containsAdapter(@NotNull @NotNull net.kyori.adventure.text.Component component) - Specified by:
containsAdapterin interfaceMessageAdapter<T>
-
adapterText
-
adapterTextFormat
-