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. HEIGHTMAP
static ConfiguredPlacement<NoPlacementConfig>
Features.Placements. HEIGHTMAP_DOUBLE
static ConfiguredPlacement<NoPlacementConfig>
Features.Placements. HEIGHTMAP_WORLD_SURFACE
static 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 NoPlacementConfig
NoPlacementConfig. INSTANCE
static NoPlacementConfig
IPlacementConfig. NONE
Fields in net.minecraft.world.gen.placement with type parameters of type NoPlacementConfig Modifier and Type Field Description static com.mojang.serialization.Codec<NoPlacementConfig>
NoPlacementConfig. CODEC
static Placement<NoPlacementConfig>
Placement. DARK_OAK_TREE
static Placement<NoPlacementConfig>
Placement. EMERALD_ORE
static Placement<NoPlacementConfig>
Placement. END_GATEWAY
static Placement<NoPlacementConfig>
Placement. END_ISLAND
static Placement<NoPlacementConfig>
Placement. HEIGHTMAP
static Placement<NoPlacementConfig>
Placement. HEIGHTMAP_SPREAD_DOUBLE
static Placement<NoPlacementConfig>
Placement. HEIGHTMAP_WORLD_SURFACE
static Placement<NoPlacementConfig>
Placement. ICEBERG
static Placement<NoPlacementConfig>
Placement. MAGMA
static Placement<NoPlacementConfig>
Placement. NOPE
static Placement<NoPlacementConfig>
Placement. SPREAD_32_ABOVE
static Placement<NoPlacementConfig>
Placement. SQUARE
static Placement<NoPlacementConfig>
Placement. TOP_SOLID_HEIGHTMAP
Methods 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.Type
DarkOakTreePlacement. type(NoPlacementConfig p_241858_1_)
protected Heightmap.Type
HeightmapWorldSurfacePlacement. type(NoPlacementConfig p_241858_1_)
protected Heightmap.Type
TopSolidOnce. 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_)
-