Package org.spongepowered.api.registry
Interface RegistryEntry<T>
- 
- Type Parameters:
- T- The type of the registry
 
 public interface RegistryEntry<T>An entry within aRegistry.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryReference<T>asReference()ResourceKeykey()Tvalue()Gets thevaluethis entry points to.
 
- 
- 
- 
Method Detail- 
keyResourceKey key() - Returns:
- The key
 
 - 
asReferenceRegistryReference<T> asReference() 
 
- 
 
-