Uses of Interface
net.minecraft.world.biome.layer.util.LayerSampleContext
| Package | Description |
|---|---|
| net.minecraft.world.biome.layer | |
| net.minecraft.world.biome.layer.type | |
| net.minecraft.world.biome.layer.util |
-
Uses of LayerSampleContext in net.minecraft.world.biome.layer
Methods in net.minecraft.world.biome.layer with type parameters of type LayerSampleContext Modifier and Type Method Description private 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 LayerSampleContext Modifier and Type Method Description protected intScaleLayer. sample(LayerSampleContext<?> context, int tl, int tr, int bl, int br)intScaleLayer. sample(LayerSampleContext<?> context, LayerSampler parent, int x, int z) -
Uses of LayerSampleContext in net.minecraft.world.biome.layer.type
Methods in net.minecraft.world.biome.layer.type with parameters of type LayerSampleContext Modifier and Type Method Description default <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)default intCrossSamplingLayer. sample(LayerSampleContext<?> context, LayerSampler parent, int x, int z)default intDiagonalCrossSamplingLayer. sample(LayerSampleContext<?> context, LayerSampler parent, int x, int z)default intIdentitySamplingLayer. sample(LayerSampleContext<?> context, LayerSampler parent, int x, int z)intParentedLayer. sample(LayerSampleContext<?> context, LayerSampler parent, int x, int z)default intSouthEastSamplingLayer. sample(LayerSampleContext<?> context, LayerSampler parent, int x, int z) -
Uses of LayerSampleContext in net.minecraft.world.biome.layer.util
Classes in net.minecraft.world.biome.layer.util that implement LayerSampleContext Modifier and Type Class Description classCachingLayerContext