MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / spawnNotification

Method spawnNotification

src/main/java/exitcode/API.java:151–153  ·  view source on GitHub ↗

Spawns an in-game Notification. @param title The is the Title/Header of the Notification. @param body The is the Body/Text/Sum of the Notification. Example: API.spawnNotification("System", "Hello, from the matrix!"); System Hello, from the matrix!

(String title, String body)

Source from the content-addressed store, hash-verified

149 * <em>Hello, from the matrix!</em>
150 */
151 public static void spawnNotification(String title, String body) {
152
153 }
154
155 /**
156 * This sets the OS Start Menu. Each time this is run, it overwrites the last input.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected