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 void
default void
default void
chat
(net.minecraft.network.chat.Component component) void
chat
(net.minecraft.network.chat.Component component, int tagColor, net.minecraft.network.chat.Style prefixStyle, int id) default void
default void
default void
default void
default void
default void
void
boolean
default void
Methods 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:
info
in interfaceorg.rusherhack.core.logging.ILog
-
warn
- Specified by:
warn
in interfaceorg.rusherhack.core.logging.ILog
-
error
- Specified by:
error
in interfaceorg.rusherhack.core.logging.ILog
-
debug
- Specified by:
debug
in interfaceorg.rusherhack.core.logging.ILog
-