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