Interface RegistryIdRemapCallback.RemapState<T>

Enclosing interface:
RegistryIdRemapCallback<T>

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

    Modifier and Type
    Method
    Description
    net.minecraft.util.Identifier
    getIdFromNew​(int newRawId)
     
    net.minecraft.util.Identifier
    getIdFromOld​(int oldRawId)
     
    it.unimi.dsi.fastutil.ints.Int2IntMap
     
  • Method Details

    • getRawIdChangeMap

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

      net.minecraft.util.Identifier getIdFromOld(int oldRawId)
    • getIdFromNew

      net.minecraft.util.Identifier getIdFromNew(int newRawId)