Interface IRusherHack


public interface IRusherHack
  • 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

      org.rusherhack.core.logging.ILogger createLogger(String name)
    • getVersion

      String getVersion()
    • getConfigPath

      Path getConfigPath()
    • getRenderer2D

      IRenderer2D getRenderer2D()
    • getRenderer3D

      IRenderer3D getRenderer3D()
    • fonts

      Fonts fonts()
    • colors

      Colors colors()
    • entities

      Entities entities()