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