Class MixinImplReplicationTask

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Object2LongMap<IMatterType> internalMatterStacks
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Object2LongMap<IMatterType> getInternalMatterStacks()
      final Unit setInternalMatterStacks(Object2LongMap<IMatterType> value)
      final MatterCompound extractMatterStacks(MatterCompound original, BlockPos pos, LocalRef<MatterCompound> oldOriginalRef, CallbackInfo ci, HashMap<Long, List<MatterStack>> storedMatterStack) ME Replication Connector からの自動クラフト時に追加される内部タンクからマターを搬出するように処理を変更します 足りなかったマターは本来の処理で搬出されます
      final Double restoreMatterAmount(Double originalAmount, MatterCompound oldOriginal, IMatterType type) extractMatterStacks によって書き換えられた MatterCompound を元に戻します
      • Methods inherited from class java.lang.Object

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

      • MixinImplReplicationTask

        MixinImplReplicationTask(Function2<IMatterType, Long, Long> extractMatter)
    • Method Detail

      • extractMatterStacks

         final MatterCompound extractMatterStacks(MatterCompound original, BlockPos pos, LocalRef<MatterCompound> oldOriginalRef, CallbackInfo ci, HashMap<Long, List<MatterStack>> storedMatterStack)

        ME Replication Connector からの自動クラフト時に追加される内部タンクからマターを搬出するように処理を変更します 足りなかったマターは本来の処理で搬出されます