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