Package org.rusherhack.client.api.system
Interface INotificationManager
- All Superinterfaces:
org.rusherhack.core.logging.ILog
public interface INotificationManager
extends org.rusherhack.core.logging.ILog
Interface for sending notifications to the client
-
Field Summary
Fields inherited from interface org.rusherhack.core.logging.ILog
SEPARATOR -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voiddefault voidchat(net.minecraft.network.chat.Component component) voidchat(net.minecraft.network.chat.Component component, int tagColor, net.minecraft.network.chat.Style prefixStyle, int id) default voiddefault voiddefault voiddefault voiddefault voiddefault voidvoidbooleandefault voidMethods inherited from interface org.rusherhack.core.logging.ILog
debug, debug, error, error, info, info, warn, warn
-
Method Details
-
shouldNotifyModuleToggles
boolean shouldNotifyModuleToggles()- Returns:
- true if module toggle notifications are enabled
-
send
-
send
-
send
-
send
-
chat
-
chat
-
chat
default void chat(net.minecraft.network.chat.Component component) -
chat
void chat(net.minecraft.network.chat.Component component, int tagColor, net.minecraft.network.chat.Style prefixStyle, int id) -
info
- Specified by:
infoin interfaceorg.rusherhack.core.logging.ILog
-
warn
- Specified by:
warnin interfaceorg.rusherhack.core.logging.ILog
-
error
- Specified by:
errorin interfaceorg.rusherhack.core.logging.ILog
-
debug
- Specified by:
debugin interfaceorg.rusherhack.core.logging.ILog
-