Class OreType

java.lang.Object
cn.nukkit.level.generator.object.ore.OreType

public class OreType extends Object
Author:
MagicDroidX (Nukkit Project)
  • Field Details

    • EMPTY_ARRAY

      @PowerNukkitOnly @Since("1.4.0.0-PN") public static final OreType[] EMPTY_ARRAY
    • fullId

      @Deprecated @DeprecationDetails(reason="The meta is limited to 32 bits", since="1.3.0.0-PN") public final int fullId
      Deprecated.
    • blockId

      @PowerNukkitOnly @Since("1.3.0.0-PN") public final int blockId
    • blockData

      @PowerNukkitOnly @Since("1.3.0.0-PN") public final int blockData
    • clusterCount

      public final int clusterCount
    • clusterSize

      public final int clusterSize
    • maxHeight

      public final int maxHeight
    • minHeight

      public final int minHeight
    • replaceBlockId

      public final int replaceBlockId
  • Constructor Details

    • OreType

      public OreType(Block material, int clusterCount, int clusterSize, int minHeight, int maxHeight)
    • OreType

      public OreType(Block material, int clusterCount, int clusterSize, int minHeight, int maxHeight, int replaceBlockId)
  • Method Details