Class CodecMapRegistry<T,C extends Codec<? extends T>>
java.lang.Object
com.hypixel.hytale.server.core.plugin.registry.CodecMapRegistry<T,C>
- All Implemented Interfaces:
IRegistry
- Direct Known Subclasses:
CodecMapRegistry.Assets
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StringCodecMapCodec<T, C> protected final List<BooleanConsumer> -
Constructor Summary
ConstructorsConstructorDescriptionCodecMapRegistry(List<BooleanConsumer> unregister, StringCodecMapCodec<T, C> mapCodec) -
Method Summary