Interface HTEnergyHandler

  • All Implemented Interfaces:
    net.neoforged.neoforge.transfer.energy.EnergyHandler

    
    public interface HTEnergyHandler
     implements EnergyHandler
                        
    • 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
      abstract Integer insert(Integer amount, TransactionContext transaction, HTHandlerAccess access)
      Integer insert(Integer amount, TransactionContext transaction)
      abstract Integer extract(Integer amount, TransactionContext transaction, HTHandlerAccess access)
      Integer extract(Integer amount, TransactionContext transaction)
      • Methods inherited from class net.neoforged.neoforge.transfer.energy.EnergyHandler

        getAmountAsInt, getAmountAsLong, getCapacityAsInt, getCapacityAsLong
      • Methods inherited from class java.lang.Object

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