Package org.incendo.cloud.paper.parser
Interface RegistryEntryParser.RegistryEntry<E>
- Type Parameters:
E- value type
- Enclosing class:
RegistryEntryParser<C,E extends Keyed>
@Immutable
public static interface RegistryEntryParser.RegistryEntry<E>
Holds a registry value and it's key.
-
Method Details
-
value
E value()Returns the value.- Returns:
- the value
-
key
NamespacedKey key()Returns the key.- Returns:
- the key
-