Interface HTAmountSlot.IntSized

  • All Implemented Interfaces:
    hiiragi283.core.api.storage.amount.HTAmountSlot , hiiragi283.core.api.storage.amount.HTAmountView , hiiragi283.core.api.storage.amount.HTAmountView.IntSized

    
    public interface HTAmountSlot.IntSized
     implements HTAmountSlot<Int>, HTAmountView.IntSized
                        

    Int値を扱うHTAmountSlotの拡張インターフェース

    Since:

    0.1.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
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean isEmpty() このスロットが空かどうか判定します。
      • Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountSlot

        extract, insert
      • Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView.IntSized

        getNeeded, getStoredLevel
      • Methods inherited from class hiiragi283.core.api.storage.amount.HTAmountView

        getAmount, getCapacity
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • isEmpty

         Boolean isEmpty()

        このスロットが空かどうか判定します。