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

Method setOwner

game/src/main/java/jake2/game/SubgameEntity.java:724–726  ·  view source on GitHub ↗
(SubgameEntity owner)

Source from the content-addressed store, hash-verified

722 }
723
724 public void setOwner(SubgameEntity owner) {
725 this.owner = owner;
726 }
727
728 @Override
729 public String toString() {

Callers 15

PlayerNoiseMethod · 0.95
readMethod · 0.95
SP_misc_teleporterMethod · 0.95
CopyToBodyQueMethod · 0.95
fire_blasterMethod · 0.95
fire_grenadeMethod · 0.95
fire_grenade2Method · 0.95
fire_rocketMethod · 0.95
fire_bfgMethod · 0.95
Drop_ItemMethod · 0.95
dieMethod · 0.80
thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected