Interface HTIdLike

  • All Implemented Interfaces:

    
    public interface HTIdLike
    
                        

    IDを保持するインターフェースです。

    Since:

    0.1.0

    Author:

    Hiiragi Tsubasa

    • 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 ResourceLocation getId() 保持しているIDを返します。
      String getNamespace() 保持しているIDの名前空間を返します。
      String getPath() 保持しているIDのパスを返します。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getId

         abstract ResourceLocation getId()

        保持しているIDを返します。

      • getNamespace

         String getNamespace()

        保持しているIDの名前空間を返します。

      • getPath

         String getPath()

        保持しているIDのパスを返します。