Uses of Interface
net.minecraft.world.biome.layer.util.LayerSampler
Packages that use LayerSampler
Package
Description
-
Uses of LayerSampler in net.minecraft.world.biome.layer
Methods in net.minecraft.world.biome.layer with type parameters of type LayerSamplerModifier and TypeMethodDescriptionprivate static <T extends LayerSampler,
C extends LayerSampleContext<T>>
LayerFactory<T>BiomeLayers.build
(boolean old, int biomeSize, int riverSize, LongFunction<C> contextProvider) private static <T extends LayerSampler,
C extends LayerSampleContext<T>>
LayerFactory<T>BiomeLayers.stack
(long seed, ParentedLayer layer, LayerFactory<T> parent, int count, LongFunction<C> contextProvider) Methods in net.minecraft.world.biome.layer with parameters of type LayerSamplerModifier and TypeMethodDescriptionint
AddHillsLayer.sample
(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z) 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
ScaleLayer.sample
(LayerSampleContext<?> context, LayerSampler parent, int x, int z) -
Uses of LayerSampler in net.minecraft.world.biome.layer.type
Methods in net.minecraft.world.biome.layer.type with type parameters of type LayerSamplerModifier and TypeMethodDescriptiondefault <R extends LayerSampler>
LayerFactory<R>InitLayer.create
(LayerSampleContext<R> context) default <R extends LayerSampler>
LayerFactory<R>MergingLayer.create
(LayerSampleContext<R> context, LayerFactory<R> layer1, LayerFactory<R> layer2) default <R extends LayerSampler>
LayerFactory<R>ParentedLayer.create
(LayerSampleContext<R> context, LayerFactory<R> parent) Methods in net.minecraft.world.biome.layer.type with parameters of type LayerSamplerModifier and TypeMethodDescriptiondefault int
CrossSamplingLayer.sample
(LayerSampleContext<?> context, LayerSampler parent, int x, int z) default int
DiagonalCrossSamplingLayer.sample
(LayerSampleContext<?> context, LayerSampler parent, int x, int z) default int
IdentitySamplingLayer.sample
(LayerSampleContext<?> context, LayerSampler parent, int x, int z) int
MergingLayer.sample
(LayerRandomnessSource context, LayerSampler sampler1, LayerSampler sampler2, int x, int z) int
ParentedLayer.sample
(LayerSampleContext<?> context, LayerSampler parent, int x, int z) default int
SouthEastSamplingLayer.sample
(LayerSampleContext<?> context, LayerSampler parent, int x, int z) -
Uses of LayerSampler in net.minecraft.world.biome.layer.util
Classes in net.minecraft.world.biome.layer.util with type parameters of type LayerSamplerModifier and TypeInterfaceDescriptioninterface
LayerFactory<A extends LayerSampler>
interface
LayerSampleContext<R extends LayerSampler>
Classes in net.minecraft.world.biome.layer.util that implement LayerSampler