Package org.rusherhack.client.api
Class RusherHackAPI
java.lang.Object
org.rusherhack.client.api.RusherHackAPI
RusherHack public API accessor
TODO: javadocs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Colorscolors()static org.rusherhack.core.logging.ILoggercreateLogger(String name) Creates a logger with the specified namestatic Entitiesentities()static Fontsfonts()static IBindManagerstatic org.rusherhack.core.feature.IFeatureManager<org.rusherhack.core.command.AbstractCommand>static Pathstatic org.rusherhack.core.event.IEventBusstatic IHudManagerstatic org.rusherhack.core.feature.IFeatureManager<IModule>static INotificationManagerstatic IRelationManagerstatic IRenderer2Dstatic IRenderer3Dstatic IRotationManagerstatic IServerStatestatic IThemeManagerstatic Stringstatic IWindowManagerstatic IInteractionsstatic voidsendNotification(org.rusherhack.core.notification.NotificationType type, String text) Deprecated.static voidsendNotification(org.rusherhack.core.notification.NotificationType type, String prefix, String text) Deprecated.
-
Constructor Details
-
RusherHackAPI
public RusherHackAPI()
-
-
Method Details
-
getEventBus
public static org.rusherhack.core.event.IEventBus getEventBus()- Returns:
- The event bus used to subscribe to events
-
createLogger
Creates a logger with the specified name -
getVersion
-
getConfigPath
-
getModuleManager
-
getCommandManager
public static org.rusherhack.core.feature.IFeatureManager<org.rusherhack.core.command.AbstractCommand> getCommandManager() -
getHudManager
-
getWindowManager
-
getThemeManager
-
getBindManager
-
getRelationManager
-
getRotationManager
-
getNotificationManager
-
getServerState
-
interactions
-
getRenderer2D
-
getRenderer3D
-
fonts
-
colors
-
entities
-
sendNotification
@Deprecated public static void sendNotification(org.rusherhack.core.notification.NotificationType type, String text) Deprecated. -
sendNotification
@Deprecated public static void sendNotification(org.rusherhack.core.notification.NotificationType type, String prefix, String text) Deprecated.
-