Interface RegistryIdRemapCallback.RemapState<T>

Enclosing interface:
RegistryIdRemapCallback<T>

public static interface RegistryIdRemapCallback.RemapState<T>
  • Method Details

    • getRawIdChangeMap

      it.unimi.dsi.fastutil.ints.Int2IntMap getRawIdChangeMap()
    • getIdFromOld

      Identifier getIdFromOld(int oldRawId)
    • getIdFromNew

      Identifier getIdFromNew(int newRawId)