Package-level declarations

Types

Link copied to clipboard

Builder for AmbientMoodSoundBuilder. If you're unfamiliar with Minecraft's mood sound system, check out the Minecraft Wiki.

Link copied to clipboard
class BiomeBuilder(id: ResourceLocation) : RegistryElementBuilder<Biome>

Builder for Biomes. Use build to get the Biome instance or register to register it. Check out the docs page on biomes for more information.

Link copied to clipboard

Builder for a biome's ClimateSettings. The following settings are available:

Link copied to clipboard

Builder for BiomeInjections. Use build to get the BiomeInjection instance or register to register it. Check out the docs page on biome injections for more information.

Link copied to clipboard

Builder for a biome's BiomeSpecialEffects. The following settings are available:

Link copied to clipboard
class DimensionTypeBuilder(id: ResourceLocation) : RegistryElementBuilder<DimensionType>

Builder for DimensionTypes. Use build to get the DimensionType instance or register to register it. Check out the docs page on dimensions for more information.

Link copied to clipboard

Builder for a biome's MobSpawnSettingsBuilder. The following settings are available:

Link copied to clipboard

A builder for MonsterSettings. The following settings are available:

Link copied to clipboard

Builder for Music.

Link copied to clipboard
class PlacedFeatureBuilder(id: ResourceLocation) : RegistryElementBuilder<PlacedFeature>

Builder for PlacedFeatures. Use build to get the PlacedFeature instance or register to register it. Check out the docs page on PlacedFeatures for more information.

Link copied to clipboard
annotation class WorldGenDsl