public static interface RegistryIdRemapCallback.RemapState<T>
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.Identifier |
getIdFromNew(int newRawId) |
net.minecraft.util.Identifier |
getIdFromOld(int oldRawId) |
it.unimi.dsi.fastutil.ints.Int2IntMap |
getRawIdChangeMap() |