Interface RegistryIdRemapCallback.RemapState<T>

Enclosing interface:
RegistryIdRemapCallback<T>

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

    • getRawIdChangeMap

      Int2IntMap getRawIdChangeMap()
    • getIdFromOld

      Identifier getIdFromOld(int oldRawId)
    • getIdFromNew

      Identifier getIdFromNew(int newRawId)