Uses of Interface
net.minecraft.world.biome.layer.util.LayerRandomnessSource
Package
Description
-
Uses of LayerRandomnessSource in net.minecraft.world.biome.layer
Modifier and TypeMethodDescriptionint
AddBambooJungleLayer.sample(LayerRandomnessSource context, int se)
int
AddBaseBiomesLayer.sample(LayerRandomnessSource context, int value)
int
AddClimateLayers.AddCoolBiomesLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
int
AddClimateLayers.AddSpecialBiomesLayer.sample(LayerRandomnessSource context, int value)
int
AddClimateLayers.AddTemperateBiomesLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
int
AddColdClimatesLayer.sample(LayerRandomnessSource context, int se)
int
AddDeepOceanLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
int
AddEdgeBiomesLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
int
AddHillsLayer.sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z)
int
AddIslandLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
int
AddMushroomIslandLayer.sample(LayerRandomnessSource context, int sw, int se, int ne, int nw, int center)
int
AddSunflowerPlainsLayer.sample(LayerRandomnessSource context, int se)
int
ApplyOceanTemperatureLayer.sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z)
int
ApplyRiverLayer.sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z)
int
ContinentLayer.sample(LayerRandomnessSource context, int x, int y)
int
EaseBiomeEdgeLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
int
IncreaseEdgeCurvatureLayer.sample(LayerRandomnessSource context, int sw, int se, int ne, int nw, int center)
int
NoiseToRiverLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
int
OceanTemperatureLayer.sample(LayerRandomnessSource context, int x, int y)
int
SimpleLandNoiseLayer.sample(LayerRandomnessSource context, int value)
int
SmoothLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
-
Uses of LayerRandomnessSource in net.minecraft.world.biome.layer.type
Modifier and TypeMethodDescriptionint
CrossSamplingLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center)
int
DiagonalCrossSamplingLayer.sample(LayerRandomnessSource context, int sw, int se, int ne, int nw, int center)
int
IdentitySamplingLayer.sample(LayerRandomnessSource context, int value)
int
InitLayer.sample(LayerRandomnessSource context, int x, int y)
int
MergingLayer.sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z)
int
SouthEastSamplingLayer.sample(LayerRandomnessSource context, int se)
-
Uses of LayerRandomnessSource in net.minecraft.world.biome.layer.util