Interface RegistryIdRemapCallback.RemapState<T>
- Enclosing interface:
- RegistryIdRemapCallback<T>
public static interface RegistryIdRemapCallback.RemapState<T>
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.util.IdentifiergetIdFromNew(int newRawId)net.minecraft.util.IdentifiergetIdFromOld(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)
-