Class DecoratorRegistry
java.lang.Object
org.cloudburstmc.server.level.generator.standard.registry.AbstractGeneratorRegistry<Decorator>
org.cloudburstmc.server.level.generator.standard.registry.DecoratorRegistry
- All Implemented Interfaces:
org.cloudburstmc.api.registry.Registry
Registry for
Decorator.- Author:
- DaPorkchop_
- See Also:
StandardGeneratorRegistries.decorator()
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.cloudburstmc.server.level.generator.standard.registry.AbstractGeneratorRegistry
idToValues -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected org.cloudburstmc.api.event.Eventprotected voidMethods inherited from class org.cloudburstmc.server.level.generator.standard.registry.AbstractGeneratorRegistry
get, isRegistered, register
-
Constructor Details
-
DecoratorRegistry
public DecoratorRegistry()
-
-
Method Details
-
registerDefault
protected void registerDefault()- Specified by:
registerDefaultin classAbstractGeneratorRegistry<Decorator>
-
close
public void close() throws org.cloudburstmc.api.registry.RegistryException- Specified by:
closein interfaceorg.cloudburstmc.api.registry.Registry- Overrides:
closein classAbstractGeneratorRegistry<Decorator>- Throws:
org.cloudburstmc.api.registry.RegistryException
-
constructionEvent
protected org.cloudburstmc.api.event.Event constructionEvent()- Specified by:
constructionEventin classAbstractGeneratorRegistry<Decorator>
-