Interface HTPartLike

  • All Implemented Interfaces:
    hiiragi283.core.api.property.HTPropertyMap

    
    public interface HTPartLike
     implements HTPropertyMap
                        

    部品を表すクラスです。

    Since:

    0.12.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 HTPart asPart() HTPartに変換します。
      abstract String asPartName() asPartから部品の名前を取得します。
      abstract ResourceLocation createId(HTMaterialLike material) 指定した素材からIDを生成します。
      <T extends Any> ResourceKey<T> createKey(ResourceKey<out Registry<T>> key, HTMaterialLike material) 指定した素材からResourceKeyを生成します。
      • Methods inherited from class hiiragi283.core.api.property.HTPropertyMap

        contains, get, isEmpty
      • Methods inherited from class java.lang.Object

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