Class OrePlacements
java.lang.Object
net.minecraft.data.worldgen.placement.OrePlacements
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> static final ResourceKey
<PlacedFeature> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
bootstrap
(BootstrapContext<PlacedFeature> pContext) private static List
<PlacementModifier> commonOrePlacement
(int pCount, PlacementModifier pHeightRange) private static List
<PlacementModifier> orePlacement
(PlacementModifier pCountPlacement, PlacementModifier pHeightRange) private static List
<PlacementModifier> rareOrePlacement
(int pChance, PlacementModifier pHeightRange)
-
Field Details
-
ORE_MAGMA
-
ORE_SOUL_SAND
-
ORE_GOLD_DELTAS
-
ORE_QUARTZ_DELTAS
-
ORE_GOLD_NETHER
-
ORE_QUARTZ_NETHER
-
ORE_GRAVEL_NETHER
-
ORE_BLACKSTONE
-
ORE_DIRT
-
ORE_GRAVEL
-
ORE_GRANITE_UPPER
-
ORE_GRANITE_LOWER
-
ORE_DIORITE_UPPER
-
ORE_DIORITE_LOWER
-
ORE_ANDESITE_UPPER
-
ORE_ANDESITE_LOWER
-
ORE_TUFF
-
ORE_COAL_UPPER
-
ORE_COAL_LOWER
-
ORE_IRON_UPPER
-
ORE_IRON_MIDDLE
-
ORE_IRON_SMALL
-
ORE_GOLD_EXTRA
-
ORE_GOLD
-
ORE_GOLD_LOWER
-
ORE_REDSTONE
-
ORE_REDSTONE_LOWER
-
ORE_DIAMOND
-
ORE_DIAMOND_MEDIUM
-
ORE_DIAMOND_LARGE
-
ORE_DIAMOND_BURIED
-
ORE_LAPIS
-
ORE_LAPIS_BURIED
-
ORE_INFESTED
-
ORE_EMERALD
-
ORE_ANCIENT_DEBRIS_LARGE
-
ORE_ANCIENT_DEBRIS_SMALL
-
ORE_COPPER
-
ORE_COPPER_LARGE
-
ORE_CLAY
-
-
Constructor Details
-
OrePlacements
public OrePlacements()
-
-
Method Details
-
orePlacement
private static List<PlacementModifier> orePlacement(PlacementModifier pCountPlacement, PlacementModifier pHeightRange) -
commonOrePlacement
private static List<PlacementModifier> commonOrePlacement(int pCount, PlacementModifier pHeightRange) -
rareOrePlacement
private static List<PlacementModifier> rareOrePlacement(int pChance, PlacementModifier pHeightRange) -
bootstrap
-