net.minecraft.world.biome.layer

public abstract class Layer

bdq
net.minecraft.class_75
net.minecraft.world.biome.layer.Layer
net.minecraft.world.gen.layer.GenLayer
net.minecraft.world.gen.layer.GenLayer

Field summary

Modifier and TypeField
private long
c
field_173
localWorldSeed
field_75907_b
worldGenSeed
protected Layer
a
field_172
parent
field_75909_a
parent
private long
d
field_174
chunkSeed
field_75908_c
chunkSeed
protected long
b
field_175
seed
field_75906_d
baseSeed

Constructor summary

ModifierConstructor
public (long seed)

Method summary

Modifier and TypeMethod
public static Layer[]
a(long arg0, amz arg1, ayx arg2)
method_146(long arg0, class_1160 arg1, class_2253 arg2)
init(long seed, WorldGeneratorType generatorType, OverworldGeneratorOptions generatorOptions)
func_180781_a(long arg0, WorldType arg1, ChunkGeneratorSettings arg2)
initializeAllBiomeGenerators(long seed, WorldType arg1, ChunkGeneratorSettings arg2)
public void
a(long arg0)
method_144(long arg0)
setLocalWorldSeed(long worldSeed)
func_75905_a(long arg0)
initWorldGenSeed(long seed)
public void
a(long arg0, long arg1)
method_145(long arg0, long arg1)
setChunkSeed(long chunkX, long chunkZ)
func_75903_a(long arg0, long arg1)
initChunkSeed(long arg0, long arg1)
protected int
a(int arg0)
method_142(int arg0)
nextInt(int bound)
func_75902_a(int arg0)
nextInt(int arg0)
public abstract int[]
a(int arg0, int arg1, int arg2, int arg3)
method_143(int arg0, int arg1, int arg2, int arg3)
getArea(int x, int z, int sizeX, int sizeZ)
func_75904_a(int arg0, int arg1, int arg2, int arg3)
getInts(int areaX, int areaY, int areaWidth, int areaHeight)
protected static boolean
a(int arg0, int arg1)
method_6595(int arg0, int arg1)
isSame(int biome1, int biome2)
func_151616_a(int arg0, int arg1)
biomesEqualOrMesaPlateau(int biomeIDA, int biomeIDB)
protected static boolean
b(int arg0)
method_6597(int arg0)
isOcean(int biome)
func_151618_b(int arg0)
isBiomeOceanic(int arg0)
protected int
a(int... arg0)
method_6596(int... arg0)
pickInt(int... ints)
func_151619_a(int... arg0)
selectRandom(int... arg0)
protected int
b(int arg0, int arg1, int arg2, int arg3)
method_6598(int arg0, int arg1, int arg2, int arg3)
getModeOrRandom(int i1, int i2, int i3, int i4)
func_151617_b(int arg0, int arg1, int arg2, int arg3)
selectModeOrRandom(int arg0, int arg1, int arg2, int arg3)