Uses of Class
net.minecraft.world.gen.placement.ConfiguredPlacement
-
Packages that use ConfiguredPlacement Package Description net.minecraft.world.gen net.minecraft.world.gen.feature net.minecraft.world.gen.placement -
-
Uses of ConfiguredPlacement in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type ConfiguredPlacement Modifier and Type Method Description RIDecoratable. decorated(ConfiguredPlacement<?> p_227228_1_) -
Uses of ConfiguredPlacement in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type ConfiguredPlacement Modifier and Type Method Description ConfiguredFeature<?,?>ConfiguredFeature. decorated(ConfiguredPlacement<?> p_227228_1_)Constructors in net.minecraft.world.gen.feature with parameters of type ConfiguredPlacement Constructor Description DecoratedFeatureConfig(java.util.function.Supplier<ConfiguredFeature<?,?>> p_i241984_1_, ConfiguredPlacement<?> p_i241984_2_) -
Uses of ConfiguredPlacement in net.minecraft.world.gen.placement
Fields in net.minecraft.world.gen.placement declared as ConfiguredPlacement Modifier and Type Field Description private ConfiguredPlacement<?>DecoratedPlacementConfig. innerprivate ConfiguredPlacement<?>DecoratedPlacementConfig. outerFields in net.minecraft.world.gen.placement with type parameters of type ConfiguredPlacement Modifier and Type Field Description static com.mojang.serialization.Codec<ConfiguredPlacement<?>>ConfiguredPlacement. CODECprivate com.mojang.serialization.Codec<ConfiguredPlacement<DC>>Placement. configuredCodecMethods in net.minecraft.world.gen.placement that return ConfiguredPlacement Modifier and Type Method Description ConfiguredPlacement<DC>Placement. configured(DC p_227446_1_)ConfiguredPlacement<?>ConfiguredPlacement. decorated(ConfiguredPlacement<?> p_227228_1_)ConfiguredPlacement<?>DecoratedPlacementConfig. inner()ConfiguredPlacement<?>DecoratedPlacementConfig. outer()Methods in net.minecraft.world.gen.placement that return types with arguments of type ConfiguredPlacement Modifier and Type Method Description com.mojang.serialization.Codec<ConfiguredPlacement<DC>>Placement. configuredCodec()Methods in net.minecraft.world.gen.placement with parameters of type ConfiguredPlacement Modifier and Type Method Description ConfiguredPlacement<?>ConfiguredPlacement. decorated(ConfiguredPlacement<?> p_227228_1_)Constructors in net.minecraft.world.gen.placement with parameters of type ConfiguredPlacement Constructor Description DecoratedPlacementConfig(ConfiguredPlacement<?> p_i242020_1_, ConfiguredPlacement<?> p_i242020_2_)
-