Interface HTToolType

  • All Implemented Interfaces:
    hiiragi283.core.api.data.lang.HTLangPatternProvider , net.minecraft.util.StringRepresentable

    
    public interface HTToolType<TOOL extends Item>
     implements HTLangPatternProvider, StringRepresentable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract List<TagKey<Item>> getToolTags()
      abstract HTDeferredItem<TOOL> createItem(HTDeferredItemRegister register, HTEquipmentMaterial material, String name)
      • Methods inherited from class hiiragi283.core.api.data.lang.HTLangPatternProvider

        translate, translate
      • Methods inherited from class net.minecraft.util.StringRepresentable

        getSerializedName
      • Methods inherited from class java.lang.Object

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