Interface RefRegistry
-
- All Implemented Interfaces:
public interface RefRegistry<T>
-
-
Method Summary
Modifier and Type Method Description abstract RefMinecraftKeygetKey(T value)abstract TgetValue(@Nullable() RefMinecraftKey id)-
-
Method Detail
-
getKey
abstract RefMinecraftKey getKey(T value)
-
getValue
abstract T getValue(@Nullable() RefMinecraftKey id)
-
-
-
-