Package org.ships.config.messages
Interface Message<R>
- All Known Implementing Classes:
BlockFinderBarMessage
,ErrorAlreadyMovingMessage
,ErrorBlockInWayMessage
,ErrorCannotCreateOntopMessage
,ErrorCollideDetectedMessage
,ErrorFailedInMovement
,ErrorFailedToFindLicenceSignMessage
,ErrorFailedToFindNamedBlockMessage
,ErrorInvalidShipNameMessage
,ErrorInvalidShipTypeMessage
,ErrorNoShipSignMessage
,ErrorNoSpeedSetMessage
,ErrorNotEnoughFuelMessage
,ErrorNotMovingOnMessage
,ErrorOversizedMessage
,ErrorPermissionMissMatchMessage
,ErrorPreventMovementMessage
,ErrorShipsSignIsMoving
,ErrorSpecialBlockPercentNotEnough
,ErrorTooManyOfBlockMessage
,ErrorUndersizedMessage
,ErrorVesselStillLoadingMessage
,InfoAltitudeSpeedMessage
,InfoDefaultPermissionMessage
,InfoEntitiesLineMessage
,InfoEntitiesListMessage
,InfoFlagMessage
,InfoIdMessage
,InfoMaxSpeedMessage
,InfoNameMessage
,InfoPlayerSpawnedOnShipMessage
,InfoSizeMessage
,InfoVesselInfoMessage
public interface Message<R>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlockGroupIdAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final BlockGroupNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final List<MessageAdapter<org.core.world.position.block.BlockType>>
Deprecated, for removal: This API element is subject to removal in a future version.static final BlockTypeIdAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final BlockTypeNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final List<ConfigAdapter<?>>
Deprecated, for removal: This API element is subject to removal in a future version.static final TrackLimitAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final CrewIdAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final CrewNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final List<MessageAdapter<org.core.entity.Entity<?>>>
Deprecated, for removal: This API element is subject to removal in a future version.static final EntityNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final List<MessageAdapter<org.core.entity.EntityType<?,
?>>> Deprecated, for removal: This API element is subject to removal in a future version.static final EntityTypeIdAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final EntityTypeNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final NumberAdapter<Integer>
Deprecated, for removal: This API element is subject to removal in a future version.static final NumberAdapter<Integer>
Deprecated, for removal: This API element is subject to removal in a future version.static final NumberAdapter<Integer>
Deprecated, for removal: This API element is subject to removal in a future version.static final InvalidNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final List<MessageAdapter<org.core.inventory.item.ItemType>>
Deprecated, for removal: This API element is subject to removal in a future version.static final ItemIdAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final ItemNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final List<MessageAdapter<org.core.world.position.impl.Position<?>>>
Deprecated, for removal: This API element is subject to removal in a future version.static final NamedBlockNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final NumberAdapter<Double>
Deprecated, for removal: This API element is subject to removal in a future version.static final PermissionNodeAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final List<MessageAdapter<PositionableShipsStructure>>
Deprecated, for removal: This API element is subject to removal in a future version.static final StructureChunkSizeAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final StructureSizeAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final NumberAdapter<Integer>
Deprecated, for removal: This API element is subject to removal in a future version.static final List<MessageAdapter<Vessel>>
static final VesselFlagIdAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final VesselFlagNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final VesselIdAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final VesselInfoKeyAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final VesselInfoValueAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final VesselNameAdapter
Deprecated, for removal: This API element is subject to removal in a future version.static final VesselSpeedAdapter
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CollectionSingleAdapter<T>
asCollectionSingle
(Collection<? extends MessageAdapter<T>> collection) static <T> CollectionSingleAdapter<T>
asCollectionSingle
(MessageAdapter<T>... array) default Collection<MessageAdapter<?>>
default org.core.config.ConfigurationNode.KnownParser.SingleKnown<net.kyori.adventure.text.Component>
default org.core.adventureText.AText
Deprecated, for removal: This API element is subject to removal in a future version.net.kyori.adventure.text.Component
default org.core.config.ConfigurationNode.KnownParser.SingleKnown<org.core.adventureText.AText>
Deprecated, for removal: This API element is subject to removal in a future version.String[]
getPath()
default org.core.adventureText.AText
parse()
Deprecated, for removal: This API element is subject to removal in a future version.default org.core.adventureText.AText
parse
(AdventureMessageConfig config) Deprecated, for removal: This API element is subject to removal in a future version.default net.kyori.adventure.text.Component
default net.kyori.adventure.text.Component
parseMessage
(AdventureMessageConfig config) default org.core.adventureText.AText
Deprecated, for removal: This API element is subject to removal in a future version.default org.core.adventureText.AText
Deprecated, for removal: This API element is subject to removal in a future version.net.kyori.adventure.text.Component
processMessage
(@NotNull net.kyori.adventure.text.Component text, R obj) default net.kyori.adventure.text.Component
processMessage
(R obj) default Collection<String>
suggestAdapter
(String peek)
-
Field Details
-
VESSEL_ID
Deprecated, for removal: This API element is subject to removal in a future version. -
VESSEL_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
VESSEL_FLAG_ID
Deprecated, for removal: This API element is subject to removal in a future version. -
VESSEL_FLAG_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
VESSEL_INFO_KEY
Deprecated, for removal: This API element is subject to removal in a future version. -
VESSEL_INFO_VALUE
Deprecated, for removal: This API element is subject to removal in a future version. -
VESSEL_SPEED
Deprecated, for removal: This API element is subject to removal in a future version. -
CREW_ID
Deprecated, for removal: This API element is subject to removal in a future version. -
CREW_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
ENTITY_TYPE_ID
Deprecated, for removal: This API element is subject to removal in a future version. -
ENTITY_TYPE_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
ENTITY_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
BLOCK_TYPE_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
BLOCK_TYPE_ID
Deprecated, for removal: This API element is subject to removal in a future version. -
PERMISSION_NODE
Deprecated, for removal: This API element is subject to removal in a future version. -
INVALID_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
STRUCTURE_CHUNK_SIZE
Deprecated, for removal: This API element is subject to removal in a future version. -
STRUCTURE_SIZE
Deprecated, for removal: This API element is subject to removal in a future version. -
NAMED_BLOCK_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
CONFIG_TRACK_LIMIT
Deprecated, for removal: This API element is subject to removal in a future version. -
ITEM_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
ITEM_ID
Deprecated, for removal: This API element is subject to removal in a future version. -
FUEL_FOUND_REQUIREMENT
Deprecated, for removal: This API element is subject to removal in a future version. -
FUEL_CONSUMPTION_REQUIREMENT
Deprecated, for removal: This API element is subject to removal in a future version. -
FUEL_LEFT_REQUIREMENT
Deprecated, for removal: This API element is subject to removal in a future version. -
TOTAL_FOUND_BLOCKS
Deprecated, for removal: This API element is subject to removal in a future version. -
PERCENT_FOUND
Deprecated, for removal: This API element is subject to removal in a future version. -
BLOCK_IDS
Deprecated, for removal: This API element is subject to removal in a future version. -
BLOCK_NAMES
Deprecated, for removal: This API element is subject to removal in a future version. -
ITEM_ADAPTERS
@Deprecated(forRemoval=true) static final List<MessageAdapter<org.core.inventory.item.ItemType>> ITEM_ADAPTERSDeprecated, for removal: This API element is subject to removal in a future version. -
CONFIG_ADAPTERS
Deprecated, for removal: This API element is subject to removal in a future version. -
BLOCK_TYPE_ADAPTERS
@Deprecated(forRemoval=true) static final List<MessageAdapter<org.core.world.position.block.BlockType>> BLOCK_TYPE_ADAPTERSDeprecated, for removal: This API element is subject to removal in a future version. -
LOCATION_ADAPTERS
@Deprecated(forRemoval=true) static final List<MessageAdapter<org.core.world.position.impl.Position<?>>> LOCATION_ADAPTERSDeprecated, for removal: This API element is subject to removal in a future version. -
ENTITY_TYPE_ADAPTERS
@Deprecated(forRemoval=true) static final List<MessageAdapter<org.core.entity.EntityType<?,?>>> ENTITY_TYPE_ADAPTERSDeprecated, for removal: This API element is subject to removal in a future version. -
ENTITY_ADAPTERS
@Deprecated(forRemoval=true) static final List<MessageAdapter<org.core.entity.Entity<?>>> ENTITY_ADAPTERSDeprecated, for removal: This API element is subject to removal in a future version. -
STRUCTURE_ADAPTERS
@Deprecated(forRemoval=true) static final List<MessageAdapter<PositionableShipsStructure>> STRUCTURE_ADAPTERSDeprecated, for removal: This API element is subject to removal in a future version. -
VESSEL_ADAPTERS
-
-
Method Details
-
getPath
String[] getPath() -
getDefault
Deprecated, for removal: This API element is subject to removal in a future version. -
getDefaultMessage
net.kyori.adventure.text.Component getDefaultMessage() -
getCategories
Collection<AdapterCategory<?>> getCategories() -
getAdapters
-
process
@Deprecated(forRemoval=true) default org.core.adventureText.AText process(@NotNull @NotNull org.core.adventureText.AText text, R obj) Deprecated, for removal: This API element is subject to removal in a future version. -
processMessage
net.kyori.adventure.text.Component processMessage(@NotNull @NotNull net.kyori.adventure.text.Component text, R obj) -
process
Deprecated, for removal: This API element is subject to removal in a future version. -
processMessage
-
getKnownPath
@Deprecated(forRemoval=true) default org.core.config.ConfigurationNode.KnownParser.SingleKnown<org.core.adventureText.AText> getKnownPath()Deprecated, for removal: This API element is subject to removal in a future version. -
getConfigNode
default org.core.config.ConfigurationNode.KnownParser.SingleKnown<net.kyori.adventure.text.Component> getConfigNode() -
parse
@Deprecated(forRemoval=true) default org.core.adventureText.AText parse(AdventureMessageConfig config) Deprecated, for removal: This API element is subject to removal in a future version. -
parseMessage
-
parse
Deprecated, for removal: This API element is subject to removal in a future version. -
parseMessage
default net.kyori.adventure.text.Component parseMessage() -
suggestAdapter
-
asCollectionSingle
-
asCollectionSingle
static <T> CollectionSingleAdapter<T> asCollectionSingle(Collection<? extends MessageAdapter<T>> collection)
-