Class TestBuffForItem

java.lang.Object
com.deco2800.game.components.items.TestBuffForItem

public class TestBuffForItem
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static double countNumber  
  • Constructor Summary

    Constructors 
    Constructor Description
    TestBuffForItem()  
  • Method Summary

    Modifier and Type Method Description
    void increaseHealth​(Entity target)
    test buff effect for the first aid kit increases health of the target by 10

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • increaseHealth

      public void increaseHealth​(Entity target)
      test buff effect for the first aid kit increases health of the target by 10
      Parameters:
      target - entity of which the health needs to be updated