Uses of Class
net.minecraft.world.gen.placement.TopSolidRangeConfig
Packages that use TopSolidRangeConfig
-
Uses of TopSolidRangeConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type TopSolidRangeConfigModifier and TypeFieldDescriptionstatic final ConfiguredPlacement<TopSolidRangeConfig>Features.Placements.RANGE_10_20_ROOFEDstatic final ConfiguredPlacement<TopSolidRangeConfig>Features.Placements.RANGE_4_8_ROOFED -
Uses of TopSolidRangeConfig in net.minecraft.world.gen.placement
Fields in net.minecraft.world.gen.placement with type parameters of type TopSolidRangeConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TopSolidRangeConfig>TopSolidRangeConfig.CODECstatic final Placement<TopSolidRangeConfig>Placement.RANGEstatic final Placement<TopSolidRangeConfig>Placement.RANGE_BIASEDstatic final Placement<TopSolidRangeConfig>Placement.RANGE_VERY_BIASEDMethods in net.minecraft.world.gen.placement with parameters of type TopSolidRangeConfigModifier and TypeMethodDescriptionRangeBiasedPlacement.place(Random p_212852_1_, TopSolidRangeConfig p_212852_2_, BlockPos p_212852_3_) RangePlacement.place(Random p_212852_1_, TopSolidRangeConfig p_212852_2_, BlockPos p_212852_3_) RangeVeryBiasedPlacement.place(Random p_212852_1_, TopSolidRangeConfig p_212852_2_, BlockPos p_212852_3_) Constructor parameters in net.minecraft.world.gen.placement with type arguments of type TopSolidRangeConfigModifierConstructorDescriptionRangeBiasedPlacement(com.mojang.serialization.Codec<TopSolidRangeConfig> p_i242014_1_) RangePlacement(com.mojang.serialization.Codec<TopSolidRangeConfig> p_i242030_1_) RangeVeryBiasedPlacement(com.mojang.serialization.Codec<TopSolidRangeConfig> p_i242033_1_)