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
-
Field Details
-
countNumber
public static double countNumber
-
-
Constructor Details
-
TestBuffForItem
public TestBuffForItem()
-
-
Method Details
-
increaseHealth
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
-