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<?>
boolean
containsAdapter
(@NotNull net.kyori.adventure.text.Component component) boolean
containsAdapter
(String plain) boolean
containsAdapter
(org.core.adventureText.AText text) Deprecated.examples()
net.kyori.adventure.text.Component
processMessage
(@NotNull Collection<T> obj) net.kyori.adventure.text.Component
processMessage
(@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, wait
Methods inherited from interface org.ships.config.messages.adapter.MessageAdapter
process, process
-
Constructor Details
-
CollectionSingleAdapter
-
-
Method Details
-
adapterText
Deprecated.- Specified by:
adapterText
in interfaceMessageAdapter<T>
-
adaptingType
- Specified by:
adaptingType
in interfaceMessageAdapter<T>
-
examples
- Specified by:
examples
in interfaceMessageAdapter<T>
-
categories
- Specified by:
categories
in interfaceMessageAdapter<T>
-
processMessage
- Specified by:
processMessage
in 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:
processMessage
in interfaceMessageAdapter<T>
-
adapterTextFormat
Deprecated.- Specified by:
adapterTextFormat
in interfaceMessageAdapter<T>
-
containsAdapter
- Specified by:
containsAdapter
in interfaceMessageAdapter<T>
-
containsAdapter
Deprecated.- Specified by:
containsAdapter
in interfaceMessageAdapter<T>
-
containsAdapter
public boolean containsAdapter(@NotNull @NotNull net.kyori.adventure.text.Component component) - Specified by:
containsAdapter
in interfaceMessageAdapter<T>
-
adapterText
-
adapterTextFormat
-