Package net.minestom.server.world.biomes
Interface Biome
- All Superinterfaces:
net.kyori.adventure.key.Keyed
,ProtocolObject
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static interface
static enum
static interface
static enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Biome.Builder
builder()
float
downfall()
@NotNull BiomeEffects
effects()
@NotNull NamespaceID
@NotNull Biome.Precipitation
registry()
Returns the entity registry.float
@NotNull Biome.TemperatureModifier
default @NotNull org.jglrxavpok.hephaistos.nbt.NBTCompound
toNbt()
Methods inherited from interface net.minestom.server.registry.ProtocolObject
key, name
-
Method Details
-
registry
Returns the entity registry.- Returns:
- the entity registry or null if it was created with a builder
-
namespace
- Specified by:
namespace
in interfaceProtocolObject
-
temperature
float temperature() -
downfall
float downfall() -
effects
-
precipitation
-
temperatureModifier
-
toNbt
@NotNull default @NotNull org.jglrxavpok.hephaistos.nbt.NBTCompound toNbt() -
builder
-