Uses of Interface
tech.skworks.tachyon.api.component.ComponentCodec
Packages that use ComponentCodec
Package
Description
-
Uses of ComponentCodec in tech.skworks.tachyon.api.component
Methods in tech.skworks.tachyon.api.component that return ComponentCodecModifier and TypeMethodDescription<R extends Record>
@Nullable ComponentCodec<R> Retrieves a codec by its component Record class.<R extends Record>
@Nullable ComponentCodec<R> ComponentRegistry.getCodec(@NotNull ComponentNamespace componentNamespace) Methods in tech.skworks.tachyon.api.component that return types with arguments of type ComponentCodecModifier and TypeMethodDescriptionCollection<ComponentCodec<? extends Record>> ComponentRegistry.getAllCodecs()Methods in tech.skworks.tachyon.api.component with parameters of type ComponentCodecModifier and TypeMethodDescription<R extends Record>
voidComponentRegistry.registerCodec(@NotNull ComponentCodec<R> codec) Registers a new ComponentCodec. -
Uses of ComponentCodec in tech.skworks.tachyon.exampleplugin.component
Classes in tech.skworks.tachyon.exampleplugin.component that implement ComponentCodec -
Uses of ComponentCodec in tech.skworks.tachyon.plugin.core.component
Methods in tech.skworks.tachyon.plugin.core.component that return ComponentCodecModifier and TypeMethodDescription<R extends Record>
@Nullable ComponentCodec<R> <R extends Record>
@Nullable ComponentCodec<R> ComponentRegistryImpl.getCodec(@NotNull ComponentNamespace componentNamespace) Methods in tech.skworks.tachyon.plugin.core.component that return types with arguments of type ComponentCodecModifier and TypeMethodDescriptionCollection<ComponentCodec<? extends Record>> ComponentRegistryImpl.getAllCodecs()Methods in tech.skworks.tachyon.plugin.core.component with parameters of type ComponentCodecModifier and TypeMethodDescription<R extends Record>
voidComponentRegistryImpl.registerCodec(@NotNull ComponentCodec<R> codec)