public class LazyAreaLayerContext extends java.lang.Object implements IExtendedNoiseRandom<LazyArea>
| Modifier and Type | Field and Description |
|---|---|
protected long |
field_215717_a |
protected ImprovedNoiseGenerator |
field_215718_b |
| Constructor and Description |
|---|
LazyAreaLayerContext(int maxCacheSizeIn,
long seedIn,
long seedModifierIn) |
| Modifier and Type | Method and Description |
|---|---|
LazyArea |
func_212859_a_(IPixelTransformer p_212859_1_,
LazyArea p_212859_2_) |
LazyArea |
func_212861_a_(IPixelTransformer p_212861_1_) |
void |
func_215716_a(long p_215716_1_) |
ImprovedNoiseGenerator |
getNoiseGenerator() |
LazyArea |
makeArea(IPixelTransformer p_212860_1_,
LazyArea p_212860_2_,
LazyArea p_212860_3_) |
int |
random(int bound) |
void |
setPosition(long x,
long z) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfunc_215714_a, func_215715_aprotected long field_215717_a
protected ImprovedNoiseGenerator field_215718_b
public LazyAreaLayerContext(int maxCacheSizeIn,
long seedIn,
long seedModifierIn)
public LazyArea func_212861_a_(IPixelTransformer p_212861_1_)
func_212861_a_ in interface IExtendedNoiseRandom<LazyArea>public LazyArea func_212859_a_(IPixelTransformer p_212859_1_, LazyArea p_212859_2_)
func_212859_a_ in interface IExtendedNoiseRandom<LazyArea>public LazyArea makeArea(IPixelTransformer p_212860_1_, LazyArea p_212860_2_, LazyArea p_212860_3_)
makeArea in interface IExtendedNoiseRandom<LazyArea>public void func_215716_a(long p_215716_1_)
public void setPosition(long x,
long z)
setPosition in interface IExtendedNoiseRandom<LazyArea>public int random(int bound)
random in interface INoiseRandompublic ImprovedNoiseGenerator getNoiseGenerator()
getNoiseGenerator in interface INoiseRandom