Class HTModelProvider

  • All Implemented Interfaces:
    java.util.function.BiConsumer , net.mehvahdjukaar.moonlight.api.resources.pack.ResourceGenTask

    
    public abstract class HTModelProvider
     implements ResourceGenTask
                        

    BlockState JSONおよびモデルJSONを生成するResourceGenTaskの抽象クラスです。

    Since:

    0.10.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit accept(ResourceManager manager, ResourceSink sink)
      • Methods inherited from class java.util.function.BiConsumer

        andThen
      • Methods inherited from class java.lang.Object

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

      • HTModelProvider

        HTModelProvider()
    • Method Detail

      • accept

         final Unit accept(ResourceManager manager, ResourceSink sink)