Uses of Class
net.minecraft.world.gen.placement.NoPlacementConfig
-
Packages that use NoPlacementConfig Package Description net.minecraft.world.gen.feature net.minecraft.world.gen.placement -
-
Uses of NoPlacementConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type NoPlacementConfig Modifier and Type Field Description static ConfiguredPlacement<NoPlacementConfig>Features.Placements. HEIGHTMAPstatic ConfiguredPlacement<NoPlacementConfig>Features.Placements. HEIGHTMAP_DOUBLEstatic ConfiguredPlacement<NoPlacementConfig>Features.Placements. HEIGHTMAP_WORLD_SURFACEstatic ConfiguredPlacement<NoPlacementConfig>Features.Placements. TOP_SOLID_HEIGHTMAP -
Uses of NoPlacementConfig in net.minecraft.world.gen.placement
Fields in net.minecraft.world.gen.placement declared as NoPlacementConfig Modifier and Type Field Description static NoPlacementConfigNoPlacementConfig. INSTANCEstatic NoPlacementConfigIPlacementConfig. NONEFields in net.minecraft.world.gen.placement with type parameters of type NoPlacementConfig Modifier and Type Field Description static com.mojang.serialization.Codec<NoPlacementConfig>NoPlacementConfig. CODECstatic Placement<NoPlacementConfig>Placement. DARK_OAK_TREEstatic Placement<NoPlacementConfig>Placement. EMERALD_OREstatic Placement<NoPlacementConfig>Placement. END_GATEWAYstatic Placement<NoPlacementConfig>Placement. END_ISLANDstatic Placement<NoPlacementConfig>Placement. HEIGHTMAPstatic Placement<NoPlacementConfig>Placement. HEIGHTMAP_SPREAD_DOUBLEstatic Placement<NoPlacementConfig>Placement. HEIGHTMAP_WORLD_SURFACEstatic Placement<NoPlacementConfig>Placement. ICEBERGstatic Placement<NoPlacementConfig>Placement. MAGMAstatic Placement<NoPlacementConfig>Placement. NOPEstatic Placement<NoPlacementConfig>Placement. SPREAD_32_ABOVEstatic Placement<NoPlacementConfig>Placement. SQUAREstatic Placement<NoPlacementConfig>Placement. TOP_SOLID_HEIGHTMAPMethods in net.minecraft.world.gen.placement with parameters of type NoPlacementConfig Modifier and Type Method Description java.util.stream.Stream<BlockPos>DarkOakTreePlacement. getPositions(WorldDecoratingHelper p_241857_1_, java.util.Random p_241857_2_, NoPlacementConfig p_241857_3_, BlockPos p_241857_4_)java.util.stream.Stream<BlockPos>EndGateway. getPositions(WorldDecoratingHelper p_241857_1_, java.util.Random p_241857_2_, NoPlacementConfig p_241857_3_, BlockPos p_241857_4_)java.util.stream.Stream<BlockPos>NetherMagma. getPositions(WorldDecoratingHelper p_241857_1_, java.util.Random p_241857_2_, NoPlacementConfig p_241857_3_, BlockPos p_241857_4_)java.util.stream.Stream<BlockPos>Spread32AbovePlacement. getPositions(WorldDecoratingHelper p_241857_1_, java.util.Random p_241857_2_, NoPlacementConfig p_241857_3_, BlockPos p_241857_4_)java.util.stream.Stream<BlockPos>EndIsland. place(java.util.Random p_212852_1_, NoPlacementConfig p_212852_2_, BlockPos p_212852_3_)java.util.stream.Stream<BlockPos>Height4To32. place(java.util.Random p_212852_1_, NoPlacementConfig p_212852_2_, BlockPos p_212852_3_)java.util.stream.Stream<BlockPos>IcebergPlacement. place(java.util.Random p_212852_1_, NoPlacementConfig p_212852_2_, BlockPos p_212852_3_)java.util.stream.Stream<BlockPos>Passthrough. place(java.util.Random p_212852_1_, NoPlacementConfig p_212852_2_, BlockPos p_212852_3_)java.util.stream.Stream<BlockPos>SquarePlacement. place(java.util.Random p_212852_1_, NoPlacementConfig p_212852_2_, BlockPos p_212852_3_)protected Heightmap.TypeDarkOakTreePlacement. type(NoPlacementConfig p_241858_1_)protected Heightmap.TypeHeightmapWorldSurfacePlacement. type(NoPlacementConfig p_241858_1_)protected Heightmap.TypeTopSolidOnce. type(NoPlacementConfig p_241858_1_)Constructor parameters in net.minecraft.world.gen.placement with type arguments of type NoPlacementConfig Constructor Description DarkOakTreePlacement(com.mojang.serialization.Codec<NoPlacementConfig> p_i232082_1_)EndGateway(com.mojang.serialization.Codec<NoPlacementConfig> p_i232084_1_)EndIsland(com.mojang.serialization.Codec<NoPlacementConfig> p_i232085_1_)Height4To32(com.mojang.serialization.Codec<NoPlacementConfig> p_i232083_1_)HeightmapWorldSurfacePlacement(com.mojang.serialization.Codec<NoPlacementConfig> p_i242025_1_)IcebergPlacement(com.mojang.serialization.Codec<NoPlacementConfig> p_i232088_1_)NetherMagma(com.mojang.serialization.Codec<NoPlacementConfig> p_i232103_1_)Passthrough(com.mojang.serialization.Codec<NoPlacementConfig> p_i232094_1_)Spread32AbovePlacement(com.mojang.serialization.Codec<NoPlacementConfig> p_i242031_1_)SquarePlacement(com.mojang.serialization.Codec<NoPlacementConfig> p_i242032_1_)TopSolidOnce(com.mojang.serialization.Codec<NoPlacementConfig> p_i232096_1_)
-