Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMarsDev/Sokobot
/ setStatus
Method
setStatus
src/main/java/me/polymarsdev/sokobot/objects/Tile.java:24–27 ·
view source on GitHub ↗
(int status)
Source
from the content-addressed store, hash-verified
22
this.playerEmote = playerEmote;
23
}
24
public
void
setStatus(
int
status)
25
{
26
this.status = status;
27
}
28
public
void
setStatus(
int
status,
int
color)
29
{
30
this.status = status;
Callers
1
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected