Class MapKeyMapRegistry<V>

java.lang.Object
com.hypixel.hytale.server.core.plugin.registry.MapKeyMapRegistry<V>
All Implemented Interfaces:
IRegistry

public class MapKeyMapRegistry<V> extends Object implements IRegistry
  • Field Details

    • mapCodec

      protected final com.hypixel.hytale.codec.lookup.MapKeyMapCodec<V> mapCodec
    • unregister

      protected final List<BooleanConsumer> unregister
  • Constructor Details

    • MapKeyMapRegistry

      public MapKeyMapRegistry(List<BooleanConsumer> unregister, com.hypixel.hytale.codec.lookup.MapKeyMapCodec<V> mapCodec)
  • Method Details