RemapStateImpl

public class RemapStateImpl<T> implements RegistryIdRemapCallback.RemapState<T>

Constructors

RemapStateImpl
Link copied to clipboard
void RemapStateImpl(Registry<T> registry, Int2ObjectMap<Identifier> oldIdMap, Int2IntMap rawIdChangeMap)

Functions

getIdFromNew
Link copied to clipboard
Identifier getIdFromNew(int newRawId)
getIdFromOld
Link copied to clipboard
Identifier getIdFromOld(int oldRawId)
getRawIdChangeMap
Link copied to clipboard
Int2IntMap getRawIdChangeMap()

Properties

rawIdChangeMap
Link copied to clipboard
private final Int2IntMap rawIdChangeMap

Sources

jvm source
Link copied to clipboard