MCPcopy Create free account
hub / github.com/demoth/jake2 / think

Method think

game/src/main/java/jake2/game/GameSpawn.java:47–50  ·  view source on GitHub ↗
(SubgameEntity ent, GameExportsImpl gameExports)

Source from the content-addressed store, hash-verified

45 }
46
47 public boolean think(SubgameEntity ent, GameExportsImpl gameExports) {
48 GameItems.SP_item_health(ent, gameExports);
49 return true;
50 }
51 };
52
53 private static EntThinkAdapter SP_item_health_small = new EntThinkAdapter() {

Callers

nothing calls this directly

Calls 15

SP_item_healthMethod · 0.95
SP_item_health_smallMethod · 0.95
SP_item_health_largeMethod · 0.95
SP_item_health_megaMethod · 0.95
InitBodyQueMethod · 0.95
SetItemNamesMethod · 0.95
vtosMethod · 0.95
PrecacheItemMethod · 0.95
FindItemMethod · 0.95
SP_target_laserMethod · 0.95
SP_viewthingMethod · 0.95
SP_lightMethod · 0.95

Tested by

no test coverage detected