net.minecraft.world.biome.context

public abstract class AreaContext<R extends Area>

implements BigContext<R>

bzm
net.minecraft.class_4041
net.minecraft.world.biome.context.AreaContext
net.minecraft.world.gen.LayerContext
net.minecraft.world.gen.LayerContext

Field summary

Modifier and TypeField
private long
c
field_19545
seed
field_202701_b
seed
private long
d
field_19546
rval
field_202702_c
positionHash
protected long
a
field_19543
seedMixup
field_202700_a
seedModifier
protected ImprovedNoise
b
field_19544
biomeNoise
field_205590_b
noiseGenerator

Constructor summary

ModifierConstructor
public (long seedMixup)

Method summary

Modifier and TypeMethod
public void
a(long arg0)
method_17851(long arg0)
init(long seed)
func_202699_a(long arg0)
setSeed(long seed)
public void
a(long arg0, long arg1)
method_17844(long arg0, long arg1)
initRandom(long arg0, long arg1)
func_202698_a(long arg0, long arg1)
setPosition(long arg0, long arg1)
public int
a(int arg0)
method_17850(int arg0)
nextInt(int arg0)
func_202696_a(int arg0)
random(int arg0)
public int
a(int... arg0)
method_17848(int... arg0)
pickInt(int... arg0)
func_202697_a(int... arg0)
selectRandomly(int... arg0)
public ImprovedNoise
a()
method_17849()
getBiomeNoise()
func_205589_a()
getNoiseGenerator()