java.lang.Object
com.hypixel.hytale.server.core.plugin.registry.CodecMapRegistry<T,C>
com.hypixel.hytale.server.core.plugin.registry.CodecMapRegistry.Assets<T,C>
- All Implemented Interfaces:
IRegistry
- Enclosing class:
CodecMapRegistry<T,C extends Codec<? extends T>>
public static class CodecMapRegistry.Assets<T extends JsonAsset<?>,C extends Codec<? extends T>>
extends CodecMapRegistry<T,C>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.server.core.plugin.registry.CodecMapRegistry
CodecMapRegistry.Assets<T extends JsonAsset<?>,C extends Codec<? extends T>> -
Field Summary
Fields inherited from class com.hypixel.hytale.server.core.plugin.registry.CodecMapRegistry
mapCodec, unregister -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.hypixel.hytale.server.core.plugin.registry.CodecMapRegistry
register, register, shutdown
-
Constructor Details
-
Assets
-
-
Method Details
-
register
@Nonnull public CodecMapRegistry.Assets<T,C> register(@Nonnull String id, Class<? extends T> aClass, BuilderCodec<? extends T> codec) -
register
@Nonnull public CodecMapRegistry.Assets<T,C> register(@Nonnull Priority priority, @Nonnull String id, Class<? extends T> aClass, BuilderCodec<? extends T> codec)
-