Enum VanillaEquipmentMaterial

  • All Implemented Interfaces:
    hiiragi283.core.api.item.armor.HTArmorMaterial , hiiragi283.core.api.item.armor.HTArmorMaterial.Delegated , hiiragi283.core.api.item.equipment.HTEquipmentMaterial , hiiragi283.core.api.item.tool.HTToolMaterial , hiiragi283.core.api.item.tool.HTToolMaterial.Delegated , hiiragi283.core.api.resource.HTIdLike , hiiragi283.core.api.resource.HTKeyLike , hiiragi283.core.api.resource.HTKeyLike.HolderDelegate , java.io.Serializable , kotlin.Comparable , net.minecraft.world.item.Tier

    
    public enum VanillaEquipmentMaterial
    extends Enum<VanillaEquipmentMaterial> implements HTArmorMaterial.Delegated, HTToolMaterial.Delegated
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Method Summary

      Modifier and Type Method Description
      Holder<ArmorMaterial> getHolder() 保持しているHolderを返します。
      Integer getArmorMultiplier() 防具の耐久値の倍率を取得します。
      Tier getTier()
      Float getAxeDamage()
      Float getAxeAttackSpeed()
      final Array<VanillaEquipmentMaterial> values() Returns an array containing the constants of this enum type, in the order they're declared.
      final VanillaEquipmentMaterial valueOf(String value) Returns the enum constant of this type with the specified name.
      String getNamespace()
      String getPath()
      final String getName()
      final Integer getOrdinal()
      final EnumEntries<VanillaEquipmentMaterial> getEntries()
      • Methods inherited from class hiiragi283.core.api.item.armor.HTArmorMaterial.Delegated

        getArmorDefence, getEnchantmentValue, getEquipSound, getKnockbackResistance, getRepairIngredient, getToughness
      • Methods inherited from class hiiragi283.core.api.resource.HTKeyLike.HolderDelegate

        getResourceKey, isOf, isOf, isOf, isOf
      • Methods inherited from class hiiragi283.core.api.resource.HTKeyLike

        getId, isOf, isOf
      • Methods inherited from class hiiragi283.core.api.item.tool.HTToolMaterial.Delegated

        createToolProperties, getAttackDamageBonus, getAttackDamageBonus, getIncorrectBlocksForDrops, getIncorrectBlocksForDrops, getSpeed, getSpeed, getUses, getUses
      • Methods inherited from class hiiragi283.core.api.item.tool.HTToolMaterial

        getHoeAttackSpeed, getHoeDamage, getPickaxeAttackSpeed, getPickaxeDamage, getShovelAttackSpeed, getShovelDamage, getSwordAttackSpeed, getSwordDamage
      • Methods inherited from class hiiragi283.core.common.item.VanillaEquipmentMaterial

        getEnchantmentValue, getRepairIngredient
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait