Package org.rusherhack.client.api
Interface IRusherHack
public interface IRusherHack
-
Method Summary
Modifier and TypeMethodDescriptioncolors()
org.rusherhack.core.logging.ILogger
createLogger
(String name) entities()
fonts()
org.rusherhack.core.feature.IFeatureManager<org.rusherhack.core.command.AbstractCommand>
org.rusherhack.core.event.IEventBus
org.rusherhack.core.feature.IFeatureManager<IModule>
-
Method Details
-
getEventBus
org.rusherhack.core.event.IEventBus getEventBus() -
getModuleManager
org.rusherhack.core.feature.IFeatureManager<IModule> getModuleManager() -
getCommandManager
org.rusherhack.core.feature.IFeatureManager<org.rusherhack.core.command.AbstractCommand> getCommandManager() -
getHudManager
IHudManager getHudManager() -
getWindowManager
IWindowManager getWindowManager() -
getThemeManager
IThemeManager getThemeManager() -
getBindManager
IBindManager getBindManager() -
getRelationManager
IRelationManager getRelationManager() -
getRotationManager
IRotationManager getRotationManager() -
getNotificationManager
INotificationManager getNotificationManager() -
getServerState
IServerState getServerState() -
interactions
IInteractions interactions() -
createLogger
-
getVersion
String getVersion() -
getConfigPath
Path getConfigPath() -
getRenderer2D
IRenderer2D getRenderer2D() -
getRenderer3D
IRenderer3D getRenderer3D() -
fonts
Fonts fonts() -
colors
Colors colors() -
entities
Entities entities()
-