Uses of Class
net.minecraft.world.gen.placement.DepthAverageConfig
Packages that use DepthAverageConfig
-
Uses of DepthAverageConfig in net.minecraft.world.gen.placement
Fields in net.minecraft.world.gen.placement with type parameters of type DepthAverageConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DepthAverageConfig>
DepthAverageConfig.CODEC
static final Placement<DepthAverageConfig>
Placement.DEPTH_AVERAGE
Methods in net.minecraft.world.gen.placement with parameters of type DepthAverageConfigModifier and TypeMethodDescriptionDepthAveragePlacement.place
(Random p_212852_1_, DepthAverageConfig p_212852_2_, BlockPos p_212852_3_) Constructor parameters in net.minecraft.world.gen.placement with type arguments of type DepthAverageConfigModifierConstructorDescriptionDepthAveragePlacement
(com.mojang.serialization.Codec<DepthAverageConfig> p_i242023_1_)