Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ isChatOpened
Method
isChatOpened
Minecraft-Utils/1.11/src/Gui2ndChat.java:321–323 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
319
}
320
321
public
boolean isChatOpened() {
322
return
MinecraftFactory.getVars().getMinecraftScreen() instanceof bgp;
323
}
324
325
/**
326
* finds and deletes a Chat line by ID
Callers
4
draw
Method · 0.95
setChatLine
Method · 0.95
getChatComponent
Method · 0.95
getChatHeight
Method · 0.95
Calls
2
getVars
Method · 0.95
getMinecraftScreen
Method · 0.65
Tested by
no test coverage detected