Interface IAreaTransformer0
-
- All Known Implementing Classes:
IslandLayer
,OceanLayer
public interface IAreaTransformer0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
applyPixel(INoiseRandom p_215735_1_, int p_215735_2_, int p_215735_3_)
default <R extends IArea>
IAreaFactory<R>run(IExtendedNoiseRandom<R> p_202823_1_)
-
-
-
Method Detail
-
run
default <R extends IArea> IAreaFactory<R> run(IExtendedNoiseRandom<R> p_202823_1_)
-
applyPixel
int applyPixel(INoiseRandom p_215735_1_, int p_215735_2_, int p_215735_3_)
-
-