Uses of Interface
net.minecraft.world.biome.layer.util.LayerRandomnessSource
Packages that use LayerRandomnessSource
Package
Description
-
Uses of LayerRandomnessSource in net.minecraft.world.biome.layer
Methods in net.minecraft.world.biome.layer with parameters of type LayerRandomnessSourceModifier and TypeMethodDescriptionintAddBambooJungleLayer.sample(LayerRandomnessSource context, int se) intAddBaseBiomesLayer.sample(LayerRandomnessSource context, int value) intAddClimateLayers.AddCoolBiomesLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center) intAddClimateLayers.AddSpecialBiomesLayer.sample(LayerRandomnessSource context, int value) intAddClimateLayers.AddTemperateBiomesLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center) intAddColdClimatesLayer.sample(LayerRandomnessSource context, int se) intAddDeepOceanLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center) intAddEdgeBiomesLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center) intAddHillsLayer.sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z) intAddIslandLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center) intAddMushroomIslandLayer.sample(LayerRandomnessSource context, int sw, int se, int ne, int nw, int center) intAddSunflowerPlainsLayer.sample(LayerRandomnessSource context, int se) intApplyOceanTemperatureLayer.sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z) intApplyRiverLayer.sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z) intContinentLayer.sample(LayerRandomnessSource context, int x, int y) intEaseBiomeEdgeLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center) intIncreaseEdgeCurvatureLayer.sample(LayerRandomnessSource context, int sw, int se, int ne, int nw, int center) intNoiseToRiverLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center) intOceanTemperatureLayer.sample(LayerRandomnessSource context, int x, int y) intSimpleLandNoiseLayer.sample(LayerRandomnessSource context, int value) intSmoothLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center) -
Uses of LayerRandomnessSource in net.minecraft.world.biome.layer.type
Methods in net.minecraft.world.biome.layer.type with parameters of type LayerRandomnessSourceModifier and TypeMethodDescriptionintCrossSamplingLayer.sample(LayerRandomnessSource context, int n, int e, int s, int w, int center) intDiagonalCrossSamplingLayer.sample(LayerRandomnessSource context, int sw, int se, int ne, int nw, int center) intIdentitySamplingLayer.sample(LayerRandomnessSource context, int value) intInitLayer.sample(LayerRandomnessSource context, int x, int y) intMergingLayer.sample(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z) intSouthEastSamplingLayer.sample(LayerRandomnessSource context, int se) -
Uses of LayerRandomnessSource in net.minecraft.world.biome.layer.util
Subinterfaces of LayerRandomnessSource in net.minecraft.world.biome.layer.utilClasses in net.minecraft.world.biome.layer.util that implement LayerRandomnessSource