Class HTDataMapGenTask

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

    
    public abstract class HTDataMapGenTask<T extends Object, R extends Object>
     implements HTServerResourceGenTask
                        

    データマップを生成するHTServerResourceGenTaskの抽象クラスです。

    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
    • Constructor Summary

      Constructors 
      Constructor Description
      HTDataMapGenTask(DataMapType<R, T> type)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit accept(ResourceSink sink)
      final Unit add(HTKeyLike<R> holder, T value, Boolean replace)
      final Unit add(ResourceKey<R> key, T value, Boolean replace)
      final Unit add(TagKey<R> tagKey, T value, Boolean replace)
      • Methods inherited from class hiiragi283.core.api.data.HTServerResourceGenTask

        accept
      • 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