Uses of Class
net.minecraft.world.gen.placement.NoPlacementConfig
Packages that use NoPlacementConfig
-
Uses of NoPlacementConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type NoPlacementConfigModifier 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
Fields in net.minecraft.world.gen.placement declared as NoPlacementConfigModifier and TypeFieldDescriptionstatic final NoPlacementConfig
NoPlacementConfig.INSTANCE
static final NoPlacementConfig
IPlacementConfig.NONE
Fields in net.minecraft.world.gen.placement with type parameters of type NoPlacementConfigModifier 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
Methods in net.minecraft.world.gen.placement with parameters of type NoPlacementConfigModifier 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_) Constructor parameters in net.minecraft.world.gen.placement with type arguments of type NoPlacementConfigModifierConstructorDescriptionDarkOakTreePlacement
(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_)