Class AssetMapWithIndexes<K,T extends JsonAsset<K>>

java.lang.Object
com.hypixel.hytale.assetstore.AssetMap<K,T>
com.hypixel.hytale.assetstore.map.DefaultAssetMap<K,T>
com.hypixel.hytale.assetstore.map.AssetMapWithIndexes<K,T>
Direct Known Subclasses:
BlockTypeAssetMap, IndexedAssetMap, IndexedLookupTableAssetMap, LookupTableAssetMap, ProvidedIndexAssetMap

public abstract class AssetMapWithIndexes<K,T extends JsonAsset<K>> extends DefaultAssetMap<K,T>
  • Field Details

    • NOT_FOUND

      public static final int NOT_FOUND
      See Also:
    • indexedTagStorage

      protected final com.hypixel.fastutil.ints.Int2ObjectConcurrentHashMap<it.unimi.dsi.fastutil.ints.IntSet> indexedTagStorage
    • unmodifiableIndexedTagStorage

      protected final com.hypixel.fastutil.ints.Int2ObjectConcurrentHashMap<it.unimi.dsi.fastutil.ints.IntSet> unmodifiableIndexedTagStorage
  • Constructor Details

    • AssetMapWithIndexes

      public AssetMapWithIndexes()
  • Method Details