Interface RegisterRegistryValueEvent.WorldScoped
- 
- All Superinterfaces:
 Event,LifecycleEvent,RegisterRegistryValueEvent
- Enclosing interface:
 - RegisterRegistryValueEvent
 
public static interface RegisterRegistryValueEvent.WorldScoped extends RegisterRegistryValueEvent
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.spongepowered.api.event.lifecycle.RegisterRegistryValueEvent
RegisterRegistryValueEvent.EngineScoped<E extends Engine>, RegisterRegistryValueEvent.GameScoped, RegisterRegistryValueEvent.RegistryStep<T>, RegisterRegistryValueEvent.WorldScoped 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceKeyworldKey()- 
Methods inherited from interface org.spongepowered.api.event.lifecycle.LifecycleEvent
game 
- 
Methods inherited from interface org.spongepowered.api.event.lifecycle.RegisterRegistryValueEvent
registry 
 - 
 
 - 
 
- 
- 
Method Detail
- 
worldKey
ResourceKey worldKey()
 
 - 
 
 -