MCPcopy Create free account
hub / github.com/SimHacker/micropolis / isVisible

Method isVisible

micropolis-java/src/micropolisj/engine/Sprite.java:81–84  ·  view source on GitHub ↗

Tells whether this sprite is visible.

()

Source from the content-addressed store, hash-verified

79 * Tells whether this sprite is visible.
80 */
81 public final boolean isVisible()
82 {
83 return this.frame != 0;
84 }
85
86 /**
87 * Computes direction from one point to another.

Callers 4

checkSpriteCollisionMethod · 0.95
getBoatDisMethod · 0.80
drawSpriteMethod · 0.80
paintComponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected