net.minecraft.world.gen.feature

public class OrePlacedFeatures

net.minecraft.data.worldgen.placement.OrePlacements
net.minecraft.class_6816
net.minecraft.world.gen.feature.OrePlacedFeatures

Field summary

Modifier and TypeField
public static final RegistryKey<PlacedFeature>
ORE_MAGMA
field_36052
ORE_MAGMA
public static final RegistryKey<PlacedFeature>
ORE_SOUL_SAND
field_36053
ORE_SOUL_SAND
public static final RegistryKey<PlacedFeature>
ORE_GOLD_DELTAS
field_36054
ORE_GOLD_DELTAS
public static final RegistryKey<PlacedFeature>
ORE_QUARTZ_DELTAS
field_36055
ORE_QUARTZ_DELTAS
public static final RegistryKey<PlacedFeature>
ORE_GOLD_NETHER
field_36056
ORE_GOLD_NETHER
public static final RegistryKey<PlacedFeature>
ORE_QUARTZ_NETHER
field_36057
ORE_QUARTZ_NETHER
public static final RegistryKey<PlacedFeature>
ORE_GRAVEL_NETHER
field_36058
ORE_GRAVEL_NETHER
public static final RegistryKey<PlacedFeature>
ORE_BLACKSTONE
field_36059
ORE_BLACKSTONE
public static final RegistryKey<PlacedFeature>
ORE_DIRT
field_36060
ORE_DIRT
public static final RegistryKey<PlacedFeature>
ORE_GRAVEL
field_36061
ORE_GRAVEL
public static final RegistryKey<PlacedFeature>
ORE_GRANITE_UPPER
field_36062
ORE_GRANITE_UPPER
public static final RegistryKey<PlacedFeature>
ORE_GRANITE_LOWER
field_36063
ORE_GRANITE_LOWER
public static final RegistryKey<PlacedFeature>
ORE_DIORITE_UPPER
field_36064
ORE_DIORITE_UPPER
public static final RegistryKey<PlacedFeature>
ORE_DIORITE_LOWER
field_36065
ORE_DIORITE_LOWER
public static final RegistryKey<PlacedFeature>
ORE_ANDESITE_UPPER
field_36066
ORE_ANDESITE_UPPER
public static final RegistryKey<PlacedFeature>
ORE_ANDESITE_LOWER
field_36067
ORE_ANDESITE_LOWER
public static final RegistryKey<PlacedFeature>
ORE_TUFF
field_36068
ORE_TUFF
public static final RegistryKey<PlacedFeature>
ORE_COAL_UPPER
field_36069
ORE_COAL_UPPER
public static final RegistryKey<PlacedFeature>
ORE_COAL_LOWER
field_36070
ORE_COAL_LOWER
public static final RegistryKey<PlacedFeature>
ORE_IRON_UPPER
field_36071
ORE_IRON_UPPER
public static final RegistryKey<PlacedFeature>
ORE_IRON_MIDDLE
field_36072
ORE_IRON_MIDDLE
public static final RegistryKey<PlacedFeature>
ORE_IRON_SMALL
field_36073
ORE_IRON_SMALL
public static final RegistryKey<PlacedFeature>
ORE_GOLD_EXTRA
field_36074
ORE_GOLD_EXTRA
public static final RegistryKey<PlacedFeature>
ORE_GOLD
field_36075
ORE_GOLD
public static final RegistryKey<PlacedFeature>
ORE_GOLD_LOWER
field_36076
ORE_GOLD_LOWER
public static final RegistryKey<PlacedFeature>
ORE_REDSTONE
field_36077
ORE_REDSTONE
public static final RegistryKey<PlacedFeature>
ORE_REDSTONE_LOWER
field_36039
ORE_REDSTONE_LOWER
public static final RegistryKey<PlacedFeature>
ORE_DIAMOND
field_36040
ORE_DIAMOND
public static final RegistryKey<PlacedFeature>
ORE_DIAMOND_MEDIUM
field_45664
ORE_DIAMOND_MEDIUM
public static final RegistryKey<PlacedFeature>
ORE_DIAMOND_LARGE
field_36041
ORE_DIAMOND_LARGE
public static final RegistryKey<PlacedFeature>
ORE_DIAMOND_BURIED
field_36042
ORE_DIAMOND_BURIED
public static final RegistryKey<PlacedFeature>
ORE_LAPIS
field_36043
ORE_LAPIS
public static final RegistryKey<PlacedFeature>
ORE_LAPIS_BURIED
field_36044
ORE_LAPIS_BURIED
public static final RegistryKey<PlacedFeature>
ORE_INFESTED
field_36045
ORE_INFESTED
public static final RegistryKey<PlacedFeature>
ORE_EMERALD
field_36046
ORE_EMERALD
public static final RegistryKey<PlacedFeature>
ORE_ANCIENT_DEBRIS_LARGE
field_36047
ORE_ANCIENT_DEBRIS_LARGE
public static final RegistryKey<PlacedFeature>
ORE_ANCIENT_DEBRIS_SMALL
field_36048
ORE_DEBRIS_SMALL
public static final RegistryKey<PlacedFeature>
ORE_COPPER
field_36049
ORE_COPPER
public static final RegistryKey<PlacedFeature>
ORE_COPPER_LARGE
field_36050
ORE_COPPER_LARGE
public static final RegistryKey<PlacedFeature>
ORE_CLAY
field_36051
ORE_CLAY

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private static List<PlacementModifier>
orePlacement(PlacementModifier frequencyModifier, PlacementModifier heightRange)
method_39733(class_6797 arg0, class_6797 arg1)
modifiers(PlacementModifier countModifier, PlacementModifier heightModifier)
private static List<PlacementModifier>
commonOrePlacement(int count, PlacementModifier heightRange)
method_39732(int arg0, class_6797 arg1)
modifiersWithCount(int count, PlacementModifier heightModifier)
private static List<PlacementModifier>
rareOrePlacement(int rarity, PlacementModifier heightRange)
method_39734(int arg0, class_6797 arg1)
modifiersWithRarity(int chance, PlacementModifier heightModifier)
public static void
bootstrap(BootstrapContext<PlacedFeature> context)
method_46864(class_7891<class_6796> arg0)
bootstrap(Registerable<PlacedFeature> featureRegisterable)