Package org.rusherhack.client.api
Class RusherHackAPI
java.lang.Object
org.rusherhack.client.api.RusherHackAPI
RusherHack public API accessor
TODO: javadocs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Colors
colors()
static org.rusherhack.core.logging.ILogger
createLogger
(String name) Creates a logger with the specified namestatic Entities
entities()
static Fonts
fonts()
static IBindManager
static org.rusherhack.core.feature.IFeatureManager<org.rusherhack.core.command.AbstractCommand>
static Path
static org.rusherhack.core.event.IEventBus
static IHudManager
static org.rusherhack.core.feature.IFeatureManager<IModule>
static INotificationManager
static IRelationManager
static IRenderer2D
static IRenderer3D
static IRotationManager
static IServerState
static IThemeManager
static String
static IWindowManager
static IInteractions
static void
sendNotification
(org.rusherhack.core.notification.NotificationType type, String text) Deprecated.static void
sendNotification
(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.
-