classpublicPriority 3
CavePrefabContainer
com.hypixel.hytale.server.worldgen.cave.prefab.CavePrefabContainer
13
Methods
13
Public Methods
1
Fields
1
Constructors
Constructors
public
CavePrefabContainer(CavePrefabContainer.CavePrefabEntry[] entries)Methods
Public Methods (13)
public
IIntCondition getBiomeMask()public
BlockMaskCondition getBlockMask()public
CavePrefabContainer.CavePrefabEntry.CavePrefabConfig getConfig()public
double getDisplacement(int seed, int x, int z, CaveNode caveNode)public
CavePrefabContainer.CavePrefabEntry[] getEntries()public
int getHeight(int seed, int x, int z, CaveNode caveNode)public
int getIterations(double random)public
WorldGenPrefabSupplier getPrefab(double random)@Nullable
public
IWeightedMap<WorldGenPrefabSupplier> getPrefabs()public
PrefabRotation getRotation(Random random)public
boolean isMatchingBiome(Biome biome)public
boolean isMatchingHeight(int seed, int x, int y, int z, Random random)public
boolean isMatchingNoiseDensity(int seed, int x, int z)Fields
Protected Fields (1)
protected
CavePrefabContainer.CavePrefabEntry[] entries