Interface AttributedBiome
-
public interface AttributedBiome
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AttributedBiome.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description BiomeAttributes
attributes()
RegistryReference<Biome>
biome()
static AttributedBiome
of(RegistryReference<Biome> biome, BiomeAttributes attributes)
-
-
-
Method Detail
-
of
static AttributedBiome of(RegistryReference<Biome> biome, BiomeAttributes attributes)
-
biome
RegistryReference<Biome> biome()
-
attributes
BiomeAttributes attributes()
-
-