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

Method messagePlayer

Minecraft-Utils/1.8.9/src/Variables.java:1011–1014  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

1009 }
1010
1011 @Override
1012 public void messagePlayer(String message) {
1013 messagePlayer(ChatComponentBuilder.fromLegacyText(message));
1014 }
1015
1016 public void messagePlayer(eu chatComponent) {
1017 boolean cancel = MinecraftFactory.getClassProxyCallback().shouldCancelChatMessage(chatComponent.d().replace(ChatColor.RESET.toString(), ""), chatComponent);

Callers

nothing calls this directly

Calls 7

fromLegacyTextMethod · 0.95
getClassProxyCallbackMethod · 0.95
getPlayerMethod · 0.95
dMethod · 0.45
toStringMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected