Class ItemIdAdapter
java.lang.Object
org.ships.config.messages.adapter.item.ItemIdAdapter
- All Implemented Interfaces:
MessageAdapter<org.core.inventory.item.ItemType>
public class ItemIdAdapter
extends Object
implements MessageAdapter<org.core.inventory.item.ItemType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Collection<AdapterCategory<org.core.inventory.item.ItemType>>
examples()
net.kyori.adventure.text.Component
processMessage
(@NotNull org.core.inventory.item.ItemType obj) 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
adapterTextFormat, containsAdapter, containsAdapter, containsAdapter, process, process, processMessage
-
Constructor Details
-
ItemIdAdapter
public ItemIdAdapter()
-
-
Method Details
-
adapterText
- Specified by:
adapterText
in interfaceMessageAdapter<org.core.inventory.item.ItemType>
-
adaptingType
- Specified by:
adaptingType
in interfaceMessageAdapter<org.core.inventory.item.ItemType>
-
examples
- Specified by:
examples
in interfaceMessageAdapter<org.core.inventory.item.ItemType>
-
categories
- Specified by:
categories
in interfaceMessageAdapter<org.core.inventory.item.ItemType>
-
processMessage
public net.kyori.adventure.text.Component processMessage(@NotNull @NotNull org.core.inventory.item.ItemType obj) - Specified by:
processMessage
in interfaceMessageAdapter<org.core.inventory.item.ItemType>
-