MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / optStripColor

Method optStripColor

Minecraft-Utils/1.11.2/src/Gui2ndChat.java:317–319  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

315 }
316
317 private String optStripColor(String text) {
318 return bfo.a(text, false);
319 }
320
321 public boolean isChatOpened() {
322 return MinecraftFactory.getVars().getMinecraftScreen() instanceof bgr;

Callers 2

drawMethod · 0.95
getChatComponentMethod · 0.95

Calls 1

aMethod · 0.45

Tested by

no test coverage detected