net.minecraft.world.level.levelgen.surfacebuilders

public abstract class NetherCappedSurfaceBuilder

extends SurfaceBuilder<SurfaceBuilderBaseConfiguration>

ctn
net.minecraft.world.level.levelgen.surfacebuilders.NetherCappedSurfaceBuilder
net.minecraft.class_5164
net.minecraft.unmapped.C_rkezyvqq
net.minecraft.world.gen.surfacebuilder.AbstractNetherSurfaceBuilder
net.minecraft.world.gen.surfacebuilders.ValleySurfaceBuilder
net.minecraft.server.v1_16_R3.WorldGenSurfaceNetherAbstract

Field summary

Modifier and TypeField
private long
a
seed
field_23920
f_pddcqwfi
seed
field_237170_a_
private com.google.common.collect.ImmutableMap<BlockState, PerlinNoise>
b
floorNoises
field_23921
f_nmsmrory
surfaceNoises
field_237171_b_
private com.google.common.collect.ImmutableMap<BlockState, PerlinNoise>
c
ceilingNoises
field_23922
f_xepjrrlo
underLavaNoises
field_237172_c_
private PerlinNoise
d
patchNoise
field_23923
f_wqktmgzy
shoreNoise
field_237173_d_

Constructor summary

ModifierConstructor
public (com.mojang.serialization.Codec<SurfaceBuilderBaseConfiguration> arg0)

Method summary

Modifier and TypeMethod
public void
a(Random arg0, cfw arg1, bsv arg2, int arg3, int arg4, int arg5, double arg6, ceh arg7, ceh arg8, int arg9, long arg10, ctu arg11)
apply(Random arg0, ChunkAccess arg1, Biome arg2, int arg3, int arg4, int arg5, double arg6, BlockState arg7, BlockState arg8, int arg9, long arg10, SurfaceBuilderBaseConfiguration arg11)
method_27132(Random arg0, class_2791 arg1, class_1959 arg2, int arg3, int arg4, int arg5, double arg6, class_2680 arg7, class_2680 arg8, int arg9, long arg10, class_3527 arg11)
m_cpkxhjgu(Random arg0, C_lwzmmmqr arg1, C_orlkpefs arg2, int arg3, int arg4, int arg5, double arg6, C_txtbiemp arg7, C_txtbiemp arg8, int arg9, long arg10, C_phhuqmzp arg11)
generate(Random arg0, Chunk arg1, Biome arg2, int arg3, int arg4, int arg5, double arg6, BlockState arg7, BlockState arg8, int arg9, long arg10, TernarySurfaceConfig arg11)
func_205610_a_(Random arg0, IChunk arg1, Biome arg2, int arg3, int arg4, int arg5, double arg6, BlockState arg7, BlockState arg8, int arg9, long arg10, SurfaceBuilderConfig arg11)
public void
a(long arg0)
initNoise(long arg0)
method_15306(long arg0)
m_jwonfqaz(long arg0)
initSeed(long arg0)
func_205548_a(long arg0)
private static com.google.common.collect.ImmutableMap<BlockState, PerlinNoise>
a(com.google.common.collect.ImmutableList<ceh> arg0, long arg1)
initPerlinNoises(com.google.common.collect.ImmutableList<BlockState> arg0, long arg1)
method_27131(com.google.common.collect.ImmutableList<class_2680> arg0, long arg1)
m_uscjtoqh(com.google.common.collect.ImmutableList<C_txtbiemp> arg0, long arg1)
createNoisesForStates(com.google.common.collect.ImmutableList<BlockState> states, long seed)
func_237175_a_(com.google.common.collect.ImmutableList<BlockState> arg0, long arg1)
protected abstract com.google.common.collect.ImmutableList<BlockState>
a()
getFloorBlockStates()
method_27129()
m_rzxbzbau()
getSurfaceStates()
func_230387_a_()
protected abstract com.google.common.collect.ImmutableList<BlockState>
b()
getCeilingBlockStates()
method_27133()
m_wirfzhwh()
getUnderLavaStates()
func_230388_b_()
protected abstract BlockState
c()
getPatchBlockState()
method_27135()
m_rqoawolv()
getLavaShoreState()
func_230389_c_()