Uses of Class
net.minecraft.world.gen.placement.NoiseDependant
-
Packages that use NoiseDependant Package Description net.minecraft.world.gen.placement -
-
Uses of NoiseDependant in net.minecraft.world.gen.placement
Fields in net.minecraft.world.gen.placement with type parameters of type NoiseDependant Modifier and Type Field Description static com.mojang.serialization.Codec<NoiseDependant>
NoiseDependant. CODEC
static Placement<NoiseDependant>
Placement. COUNT_NOISE
Methods in net.minecraft.world.gen.placement with parameters of type NoiseDependant Modifier and Type Method Description java.util.stream.Stream<BlockPos>
CountNoisePlacement. getPositions(WorldDecoratingHelper p_241857_1_, java.util.Random p_241857_2_, NoiseDependant p_241857_3_, BlockPos p_241857_4_)
Constructor parameters in net.minecraft.world.gen.placement with type arguments of type NoiseDependant Constructor Description CountNoisePlacement(com.mojang.serialization.Codec<NoiseDependant> p_i242017_1_)
-