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