Uses of Class
net.minecraft.world.gen.placement.AtSurfaceWithExtraConfig
-
Packages that use AtSurfaceWithExtraConfig Package Description net.minecraft.world.gen.placement -
-
Uses of AtSurfaceWithExtraConfig in net.minecraft.world.gen.placement
Fields in net.minecraft.world.gen.placement with type parameters of type AtSurfaceWithExtraConfig Modifier and Type Field Description static com.mojang.serialization.Codec<AtSurfaceWithExtraConfig>
AtSurfaceWithExtraConfig. CODEC
static Placement<AtSurfaceWithExtraConfig>
Placement. COUNT_EXTRA
Methods in net.minecraft.world.gen.placement with parameters of type AtSurfaceWithExtraConfig Modifier and Type Method Description java.util.stream.Stream<BlockPos>
CountExtraPlacement. place(java.util.Random p_212852_1_, AtSurfaceWithExtraConfig p_212852_2_, BlockPos p_212852_3_)
Constructor parameters in net.minecraft.world.gen.placement with type arguments of type AtSurfaceWithExtraConfig Constructor Description CountExtraPlacement(com.mojang.serialization.Codec<AtSurfaceWithExtraConfig> p_i242018_1_)
-