Uses of Record Class
tech.skworks.tachyon.api.component.ComponentNamespace
Packages that use ComponentNamespace
Package
Description
-
Uses of ComponentNamespace in tech.skworks.tachyon.api.component
Methods in tech.skworks.tachyon.api.component that return ComponentNamespaceModifier and TypeMethodDescriptionComponentCodec.getComponentNamespace()static ComponentNamespaceFactory method with strict regex validation and lowercase normalization.static ComponentNamespaceParses a raw namespace string in the format"plugin:component".Methods in tech.skworks.tachyon.api.component with parameters of type ComponentNamespaceModifier and TypeMethodDescription<R extends Record>
@Nullable ComponentCodec<R> ComponentRegistry.getCodec(@NotNull ComponentNamespace componentNamespace) -
Uses of ComponentNamespace in tech.skworks.tachyon.api.profile
Methods in tech.skworks.tachyon.api.profile that return types with arguments of type ComponentNamespaceModifier and TypeMethodDescription@NotNull List<ComponentNamespace> TachyonProfile.extractDeletedComponents()@NotNull Map<ComponentNamespace, org.bson.BsonDocument> TachyonProfile.extractDirtyComponents() -
Uses of ComponentNamespace in tech.skworks.tachyon.api.snapshot
Methods in tech.skworks.tachyon.api.snapshot that return types with arguments of type ComponentNamespaceModifier and TypeMethodDescription<T extends Record>
CompletableFuture<Map<ComponentNamespace, T>> SnapshotService.decodeSnapshot(@NotNull String snapshotId) Fetches and decodes the actual data payload of a specific snapshot from the backend. -
Uses of ComponentNamespace in tech.skworks.tachyon.exampleplugin.component
Methods in tech.skworks.tachyon.exampleplugin.component that return ComponentNamespace -
Uses of ComponentNamespace in tech.skworks.tachyon.plugin.core.component
Methods in tech.skworks.tachyon.plugin.core.component with parameters of type ComponentNamespaceModifier and TypeMethodDescription<R extends Record>
@Nullable ComponentCodec<R> ComponentRegistryImpl.getCodec(@NotNull ComponentNamespace componentNamespace) -
Uses of ComponentNamespace in tech.skworks.tachyon.plugin.core.playerdata
Methods in tech.skworks.tachyon.plugin.core.playerdata that return types with arguments of type ComponentNamespaceModifier and TypeMethodDescription@NotNull List<ComponentNamespace> TachyonProfileImpl.extractDeletedComponents()@NotNull Map<ComponentNamespace, org.bson.BsonDocument> TachyonProfileImpl.extractDirtyComponents() -
Uses of ComponentNamespace in tech.skworks.tachyon.plugin.core.snapshots
Methods in tech.skworks.tachyon.plugin.core.snapshots that return types with arguments of type ComponentNamespaceModifier and TypeMethodDescription<T extends Record>
CompletableFuture<Map<ComponentNamespace, T>> GrpcSnapshotService.decodeSnapshot(@NotNull String snapshotId)