Interface RemovableIdMapper<T>
- All Known Implementing Classes:
IdMapperMixin
public interface RemovableIdMapper<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidfabric_remapId(int from, int to) voidfabric_remapIds(it.unimi.dsi.fastutil.ints.Int2IntMap map) voidfabric_remove(T o) voidfabric_removeId(int i)
-
Method Details
-
fabric_clear
void fabric_clear() -
fabric_remove
-
fabric_removeId
void fabric_removeId(int i) -
fabric_remapId
void fabric_remapId(int from, int to) -
fabric_remapIds
void fabric_remapIds(it.unimi.dsi.fastutil.ints.Int2IntMap map)
-