| Package | Description |
|---|---|
| org.cloudburstmc.server.level.generator.standard.registry | |
| org.cloudburstmc.server.registry |
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratorRegistry.close() |
void |
AbstractGeneratorRegistry.close() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockRegistry.close() |
void |
BlockEntityRegistry.close() |
void |
Registry.close() |
void |
EntityRegistry.close() |
void |
ItemRegistry.close() |
void |
CommandRegistry.close() |
void |
BiomeRegistry.close() |
Identifier |
ItemRegistry.fromLegacy(int legacyId) |
Identifier |
ItemRegistry.getIdentifier(int runtimeId) |
Item |
ItemRegistry.getItem(BlockState state) |
Item |
ItemRegistry.getItem(Identifier identifier) |
Item |
ItemRegistry.getItem(Identifier identifier,
int meta) |
int |
ItemRegistry.getRuntimeId(Identifier identifier) |
void |
BlockRegistry.register(Identifier id,
BlockBehavior behavior) |
void |
GeneratorRegistry.register(Identifier identifier,
GeneratorFactory factory,
int fallbackWeight) |
void |
ItemRegistry.register(Identifier identifier,
ItemFactory itemFactory) |
void |
StorageRegistry.register(Identifier identifier,
LevelProviderFactory levelProviderFactory,
int weight) |
<T extends BlockEntity> |
BlockEntityRegistry.register(PluginContainer plugin,
BlockEntityType<T> type,
BlockEntityFactory<T> factory,
int priority) |
void |
CommandRegistry.register(PluginContainer plugin,
Command command)
Method used to register a custom command.
|
void |
CommandRegistry.unregister(PluginContainer plugin,
String name)
Method used to unregister a command.
|
void |
CommandRegistry.unregisterAlias(PluginContainer plugin,
String alias)
Unregisters an alias for one of your Plugin's
Commands, or for a
built-in command. |
Copyright © 2020. All rights reserved.