MCPcopy Create free account
hub / github.com/PolyMarsDev/Sokobot / getStatus

Method getStatus

src/main/java/me/polymarsdev/sokobot/objects/Tile.java:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 this.color = color;
32 }
33 public int getStatus()
34 {
35 return this.status;
36 }
37 public String toString()
38 {
39 if (status == GROUND)

Callers 1

updateDebugInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected