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

Method getEntities

code/main/Quest.ts:713–715  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

711 }
712
713 public getEntities(): QuestEntity[]{
714 return this.entities;
715 }
716
717 public getGap(): number{
718 // We find the perfect gap so that the player would be in the center

Callers 9

castPlayerBlackholeMethod · 0.95
castPlayerEraseMagicMethod · 0.95
handleCombatMethod · 0.80
addBirdMethod · 0.80
getRandomEnemyMethod · 0.80
updateMethod · 0.80
handleDamageMethod · 0.80
handleDamageMethod · 0.80
checkCollisionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected