Class FileContext.Registry<T>

java.lang.Object
com.hypixel.hytale.server.worldgen.loader.context.FileContext.Registry<T>
All Implemented Interfaces:
Iterable<Map.Entry<String,T>>
Enclosing class:
FileContext<T>

public static class FileContext.Registry<T> extends Object implements Iterable<Map.Entry<String,T>>
  • Field Details

    • registryName

      private final String registryName
    • backing

      @Nonnull private final it.unimi.dsi.fastutil.objects.Object2ObjectMap<String,T> backing
  • Constructor Details

    • Registry

      public Registry(String name)
  • Method Details