Object RagiumDataMapTypes

  • All Implemented Interfaces:

    
    public class RagiumDataMapTypes
    
                        

    Ragiumで使用するDataMapTypeへのアクセス

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Integer getFermentLevel(BlockGetter getter, BlockPos centerPos)
      final static Integer getFermentLevel(BlockState state)
      final static ItemStack getMobHead(Entity entity) 指定したentityからエンチャントでドロップするモブの頭を取得します。
      final static Integer getCoolantAmount(HTFluidResourceType resource) 指定したresourceから,一度の処理に必要な冷却材の使用量を取得します。
      final static Integer getTimeFromMagmatic(HTFluidResourceType resource) 指定したresourceから,100 mbの高温の液体による燃焼時間を取得します。
      final static Integer getTimeFromCombustion(HTFluidResourceType resource) 指定したresourceから,100 mbの液体燃料による燃焼時間を取得します。
      final static Fraction getFluidFertilizer(HTFluidResourceType resource)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getMobHead

         final static ItemStack getMobHead(Entity entity)

        指定したentityからエンチャントでドロップするモブの頭を取得します。

      • getCoolantAmount

         final static Integer getCoolantAmount(HTFluidResourceType resource)

        指定したresourceから,一度の処理に必要な冷却材の使用量を取得します。

      • getTimeFromMagmatic

         final static Integer getTimeFromMagmatic(HTFluidResourceType resource)

        指定したresourceから,100 mbの高温の液体による燃焼時間を取得します。

      • getTimeFromCombustion

         final static Integer getTimeFromCombustion(HTFluidResourceType resource)

        指定したresourceから,100 mbの液体燃料による燃焼時間を取得します。

      • getFluidFertilizer

         final static Fraction getFluidFertilizer(HTFluidResourceType resource)