Class Biome
java.lang.Object
eu.sculkpowered.server.world.biome.Biome
- All Implemented Interfaces:
Registry.Entry
,Keyed
Represents a biome.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
static class
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull CompoundBinaryTag
asNBT()
Gets the entry as aCompoundBinaryTag
.static @NotNull Biome.Builder
int
id()
Gets the id of the entry@NotNull Key
key()
@NotNull Biome.Builder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.sculkpowered.server.registry.Registry.Entry
name
-
Field Details
-
PLAINS
-
-
Method Details
-
builder
-
toBuilder
-
key
-
id
public int id()Description copied from interface:Registry.Entry
Gets the id of the entry- Specified by:
id
in interfaceRegistry.Entry
- Returns:
- the id of the entry
-
asNBT
Description copied from interface:Registry.Entry
Gets the entry as aCompoundBinaryTag
.- Specified by:
asNBT
in interfaceRegistry.Entry
- Returns:
- the entry as a
CompoundBinaryTag
-