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

Method messagePlayer

Minecraft-Utils/1.10/src/Variables.java:1023–1026  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

1021 }
1022
1023 @Override
1024 public void messagePlayer(String message) {
1025 messagePlayer(ChatComponentBuilder.fromLegacyText(message));
1026 }
1027
1028 public void messagePlayer(ey chatComponent) {
1029 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