Interface IdentitySamplingLayer
- All Superinterfaces:
CoordinateTransformer,IdentityCoordinateTransformer,ParentedLayer
- All Known Implementing Classes:
AddBaseBiomesLayer,AddClimateLayers.AddSpecialBiomesLayer,SimpleLandNoiseLayer
public interface IdentitySamplingLayer extends ParentedLayer, IdentityCoordinateTransformer
-
Method Summary
Modifier and Type Method Description intsample(LayerRandomnessSource context, int value)default intsample(LayerSampleContext<?> context, LayerSampler parent, int x, int z)Methods inherited from interface net.minecraft.world.biome.layer.util.IdentityCoordinateTransformer
transformX, transformZMethods inherited from interface net.minecraft.world.biome.layer.type.ParentedLayer
create
-
Method Details
-
sample
-
sample
- Specified by:
samplein interfaceParentedLayer
-