Class ModOresUtils

java.lang.Object
com.rgerva.dbr.util.ModOresUtils

public class ModOresUtils extends Object
  • Constructor Details

    • ModOresUtils

      public ModOresUtils()
  • Method Details

    • addProperties

      public static void addProperties(net.minecraft.world.level.block.Block block, int veinSize, int minY, int maxY, int count)
    • getProperties

      public static ModOresUtils.ModBlockVeinProperties getProperties(net.minecraft.world.level.block.Block block)
    • hasProperties

      public static boolean hasProperties(net.minecraft.world.level.block.Block block)
    • setOresProperties

      public static void setOresProperties()
    • getOres

      public static List<net.minecraft.world.level.block.Block> getOres()
    • getDeepslateOre

      public static List<net.minecraft.world.level.block.Block> getDeepslateOre()
    • getNetherOre

      public static List<net.minecraft.world.level.block.Block> getNetherOre()
    • getEndOre

      public static List<net.minecraft.world.level.block.Block> getEndOre()