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

Method displayMessage

Minecraft-Utils/1.12/src/Overlay.java:19–22  ·  view source on GitHub ↗
(String title, String subtitle)

Source from the content-addressed store, hash-verified

17 }
18
19 @Override
20 public void displayMessage(String title, String subtitle) {
21 Toast.create(ChatColor.YELLOW + title, subtitle, null);
22 }
23
24 @Override
25 public void displayMessage(String title, String subtitle, Object uniqueReference) {

Callers 1

Calls 1

createMethod · 0.95

Tested by

no test coverage detected