Uses of Class
net.minecraft.world.gen.placement.NoPlacementConfig
-
Uses of NoPlacementConfig in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final ConfiguredPlacement<NoPlacementConfig>
Features.Placements.HEIGHTMAP
static final ConfiguredPlacement<NoPlacementConfig>
Features.Placements.HEIGHTMAP_DOUBLE
static final ConfiguredPlacement<NoPlacementConfig>
Features.Placements.HEIGHTMAP_WORLD_SURFACE
static final ConfiguredPlacement<NoPlacementConfig>
Features.Placements.TOP_SOLID_HEIGHTMAP
-
Uses of NoPlacementConfig in net.minecraft.world.gen.placement
Modifier and TypeFieldDescriptionstatic final NoPlacementConfig
NoPlacementConfig.INSTANCE
static final NoPlacementConfig
IPlacementConfig.NONE
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NoPlacementConfig>
NoPlacementConfig.CODEC
static final Placement<NoPlacementConfig>
Placement.DARK_OAK_TREE
static final Placement<NoPlacementConfig>
Placement.EMERALD_ORE
static final Placement<NoPlacementConfig>
Placement.END_GATEWAY
static final Placement<NoPlacementConfig>
Placement.END_ISLAND
static final Placement<NoPlacementConfig>
Placement.HEIGHTMAP
static final Placement<NoPlacementConfig>
Placement.HEIGHTMAP_SPREAD_DOUBLE
static final Placement<NoPlacementConfig>
Placement.HEIGHTMAP_WORLD_SURFACE
static final Placement<NoPlacementConfig>
Placement.ICEBERG
static final Placement<NoPlacementConfig>
Placement.MAGMA
static final Placement<NoPlacementConfig>
Placement.NOPE
static final Placement<NoPlacementConfig>
Placement.SPREAD_32_ABOVE
static final Placement<NoPlacementConfig>
Placement.SQUARE
static final Placement<NoPlacementConfig>
Placement.TOP_SOLID_HEIGHTMAP
Modifier and TypeMethodDescriptionDarkOakTreePlacement.getPositions
(WorldDecoratingHelper p_241857_1_, Random p_241857_2_, NoPlacementConfig p_241857_3_, BlockPos p_241857_4_) EndGateway.getPositions
(WorldDecoratingHelper p_241857_1_, Random p_241857_2_, NoPlacementConfig p_241857_3_, BlockPos p_241857_4_) NetherMagma.getPositions
(WorldDecoratingHelper p_241857_1_, Random p_241857_2_, NoPlacementConfig p_241857_3_, BlockPos p_241857_4_) Spread32AbovePlacement.getPositions
(WorldDecoratingHelper p_241857_1_, Random p_241857_2_, NoPlacementConfig p_241857_3_, BlockPos p_241857_4_) EndIsland.place
(Random p_212852_1_, NoPlacementConfig p_212852_2_, BlockPos p_212852_3_) Height4To32.place
(Random p_212852_1_, NoPlacementConfig p_212852_2_, BlockPos p_212852_3_) IcebergPlacement.place
(Random p_212852_1_, NoPlacementConfig p_212852_2_, BlockPos p_212852_3_) Passthrough.place
(Random p_212852_1_, NoPlacementConfig p_212852_2_, BlockPos p_212852_3_) SquarePlacement.place
(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_) ModifierConstructorDescriptionDarkOakTreePlacement
(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_)