Class NetherDensitySource
java.lang.Object
org.cloudburstmc.server.level.generator.standard.misc.AbstractGenerationPass
org.cloudburstmc.server.level.generator.standard.generation.density.NetherDensitySource
- All Implemented Interfaces:
DensitySource,GenerationPass
A
NoiseSource that provides noise similar to that of vanilla's nether terrain.- Author:
- DaPorkchop_
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the density at the given coordinates.org.cloudburstmc.api.util.IdentifiergetId()protected voidinit0(long levelSeed, long localSeed, StandardGenerator generator)Methods inherited from class org.cloudburstmc.server.level.generator.standard.misc.AbstractGenerationPass
init, setSeedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.server.level.generator.standard.generation.density.DensitySource
getMethods inherited from interface org.cloudburstmc.server.level.generator.standard.misc.GenerationPass
init
-
Field Details
-
ID
public static final org.cloudburstmc.api.util.Identifier ID
-
-
Constructor Details
-
NetherDensitySource
public NetherDensitySource()
-
-
Method Details
-
init0
- Overrides:
init0in classAbstractGenerationPass
-
get
Description copied from interface:DensitySourceGets the density at the given coordinates.- Specified by:
getin interfaceDensitySource- Parameters:
biomes- aBiomeMapcontaining the biomes to be used in the worldx- the X coordinatey- the Y coordinatez- the Z coordinate- Returns:
- the density at the given coordinates
-
getId
public org.cloudburstmc.api.util.Identifier getId()- Specified by:
getIdin interfaceDensitySource- Specified by:
getIdin interfaceGenerationPass- Returns:
- the identifier of this generation pass
-