Class MatterTankItemStrategy.Context.PlayerInventory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Player player
      private final Integer slot
      private ItemStack stack
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Player getPlayer()
      final Integer getSlot()
      ItemStack getStack()
      Unit setStack(ItemStack value)
      • Methods inherited from class dev.lapis256.apprep.common.ae2.strategies.MatterTankItemStrategy.Context

        addOverflow
      • Methods inherited from class java.lang.Object

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

      • MatterTankItemStrategy.Context.PlayerInventory

        MatterTankItemStrategy.Context.PlayerInventory(Player player, Integer slot)