Class BlockGroupIdAdapter
java.lang.Object
org.ships.config.messages.adapter.block.group.BlockGroupIdAdapter
- All Implemented Interfaces:
MessageAdapter<Collection<org.core.world.position.block.BlockType>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Collection<AdapterCategory<Collection<org.core.world.position.block.BlockType>>>
examples()
net.kyori.adventure.text.Component
processMessage
(@NotNull Collection<org.core.world.position.block.BlockType> 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
-
BlockGroupIdAdapter
public BlockGroupIdAdapter() -
BlockGroupIdAdapter
-
-
Method Details
-
adapterText
- Specified by:
adapterText
in interfaceMessageAdapter<Collection<org.core.world.position.block.BlockType>>
-
adaptingType
- Specified by:
adaptingType
in interfaceMessageAdapter<Collection<org.core.world.position.block.BlockType>>
-
examples
- Specified by:
examples
in interfaceMessageAdapter<Collection<org.core.world.position.block.BlockType>>
-
categories
public Collection<AdapterCategory<Collection<org.core.world.position.block.BlockType>>> categories()- Specified by:
categories
in interfaceMessageAdapter<Collection<org.core.world.position.block.BlockType>>
-
processMessage
public net.kyori.adventure.text.Component processMessage(@NotNull @NotNull Collection<org.core.world.position.block.BlockType> obj) - Specified by:
processMessage
in interfaceMessageAdapter<Collection<org.core.world.position.block.BlockType>>
-