public static enum ItemDrillBit.DrillBitType extends java.lang.Enum<ItemDrillBit.DrillBitType>
| Enum Constant and Description |
|---|
COMPRESSED_IRON |
DIAMOND |
IRON |
NETHERITE |
NONE |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
asItemStack() |
int |
getBaseEfficiency() |
ItemJackHammer.DigMode |
getBestDigType() |
int |
getHarvestLevel() |
java.lang.String |
getRegistryName() |
int |
getTier() |
int |
getTint() |
static ItemDrillBit.DrillBitType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemDrillBit.DrillBitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemDrillBit.DrillBitType NONE
public static final ItemDrillBit.DrillBitType IRON
public static final ItemDrillBit.DrillBitType COMPRESSED_IRON
public static final ItemDrillBit.DrillBitType DIAMOND
public static final ItemDrillBit.DrillBitType NETHERITE
public static ItemDrillBit.DrillBitType[] values()
for (ItemDrillBit.DrillBitType c : ItemDrillBit.DrillBitType.values()) System.out.println(c);
public static ItemDrillBit.DrillBitType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getTier()
public int getTint()
public int getHarvestLevel()
public java.lang.String getRegistryName()
public int getBaseEfficiency()
public net.minecraft.item.ItemStack asItemStack()
public ItemJackHammer.DigMode getBestDigType()