Class MapKeyMapRegistry<V>
java.lang.Object
com.hypixel.hytale.server.core.plugin.registry.MapKeyMapRegistry<V>
- All Implemented Interfaces:
IRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.hypixel.hytale.codec.lookup.MapKeyMapCodec<V> protected final List<BooleanConsumer> -
Constructor Summary
ConstructorsConstructorDescriptionMapKeyMapRegistry(List<BooleanConsumer> unregister, com.hypixel.hytale.codec.lookup.MapKeyMapCodec<V> mapCodec) -
Method Summary
-
Field Details
-
mapCodec
-
unregister
-
-
Constructor Details
-
MapKeyMapRegistry
public MapKeyMapRegistry(List<BooleanConsumer> unregister, com.hypixel.hytale.codec.lookup.MapKeyMapCodec<V> mapCodec)
-
-
Method Details