Class HTHolderLikesKt

    • 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
      final static <R extends Any> HTHolderLike<R, R> toLike(Holder<R> $self) このHolderをHTHolderLikeに変換します。
      final static <R extends Any, T extends R> HTHolderLike<R, T> toLike(DeferredHolder<R, T> $self) このDeferredHolderをHTHolderLikeに変換します。
      final static <BLOCK extends Block> HTHolderLike<Block, BLOCK> toHolderLike(BLOCK $self) このブロックをHTHolderLikeに変換します。
      final static <FLUID extends Fluid> HTHolderLike<Fluid, FLUID> toHolderLike(FLUID $self) この液体をHTHolderLikeに変換します。
      • Methods inherited from class java.lang.Object

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