MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / foundCandies

Method foundCandies

code/main/Item.ts:27–29  ·  view source on GitHub ↗
(player: Player, quest: Quest, howMany: number)

Source from the content-addressed store, hash-verified

25
26 // Public methods
27 public foundCandies(player: Player, quest: Quest, howMany: number): number{
28 return howMany;
29 }
30
31 public hit(player: Player, quest: Quest, questEntity: QuestEntity, damage: number, reason: QuestEntityDamageReason): number{
32 return damage;

Callers 15

willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45
willDieMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected