@@ -36,72 +36,72 @@ public interface IRusherHack {
3636
3737#### ` getEventBus `
3838
39- - ** Type:** [ ` IEventBus ` ] ( )
39+ - ** Type:** [ ` IEventBus ` ] ( irusherhack.md )
4040- ** Description:** Returns the event bus instance
4141
4242### ` getModuleManager `
4343
44- - ** Type:** [ ` IFeatureManager<IModule> ` ] ( )
44+ - ** Type:** [ ` IFeatureManager<IModule> ` ] ( irusherhack.md )
4545- ** Description:** Returns the module manager instance
4646
4747### ` getCommandManager `
4848
49- - ** Type:** [ ` ICommandManager ` ] ( )
49+ - ** Type:** [ ` ICommandManager ` ] ( irusherhack.md )
5050- ** Description:** Returns the command manager instance
5151
5252### ` getHudManager `
5353
54- - ** Type:** [ ` IHudManager ` ] ( )
54+ - ** Type:** [ ` IHudManager ` ] ( irusherhack.md )
5555- ** Description:** Returns the HUD manager instance
5656
5757### ` getWindowManager `
5858
59- - ** Type:** [ ` IWindowManager ` ] ( )
59+ - ** Type:** [ ` IWindowManager ` ] ( irusherhack.md )
6060- ** Description:** Returns the window manager instance
6161
6262### ` getThemeManager `
6363
64- - ** Type:** [ ` IThemeManager ` ] ( )
64+ - ** Type:** [ ` IThemeManager ` ] ( irusherhack.md )
6565- ** Description:** Returns the theme manager instance
6666
6767### ` getBindManager `
6868
69- - ** Type:** [ ` IBindManager ` ] ( )
69+ - ** Type:** [ ` IBindManager ` ] ( irusherhack.md )
7070- ** Description:** Returns the bind manager instance
7171
7272### ` getRelationManager `
7373
74- - ** Type:** [ ` IRelationManager ` ] ( )
74+ - ** Type:** [ ` IRelationManager ` ] ( irusherhack.md )
7575- ** Description:** Returns the relation manager instance
7676
7777### ` getRotationManager `
7878
79- - ** Type:** [ ` IRotationManager ` ] ( )
79+ - ** Type:** [ ` IRotationManager ` ] ( irusherhack.md )
8080- ** Description:** Returns the rotation manager instance
8181
8282### ` getNotificationManager `
8383
84- - ** Type:** [ ` INotificationManager ` ] ( )
84+ - ** Type:** [ ` INotificationManager ` ] ( irusherhack.md )
8585- ** Description:** Returns the notification manager instance
8686
8787### ` getChunkProcessor `
8888
89- - ** Type:** [ ` IChunkProcessor ` ] ( )
89+ - ** Type:** [ ` IChunkProcessor ` ] ( irusherhack.md )
9090- ** Description:** Returns the chunk processor instance
9191
9292### ` getServerState `
9393
94- - ** Type:** [ ` IServerState ` ] ( )
94+ - ** Type:** [ ` IServerState ` ] ( irusherhack.md )
9595- ** Description:** Returns the server state instance
9696
9797### ` interactions `
9898
99- - ** Type:** [ ` IInteractions ` ] ( )
99+ - ** Type:** [ ` IInteractions ` ] ( irusherhack.md )
100100- ** Description:** Returns the interactions instance
101101
102102### ` createLogger `
103103
104- - ** Type:** [ ` ILogger ` ] ( )
104+ - ** Type:** [ ` ILogger ` ] ( irusherhack.md )
105105- ** Description:** Creates a new logger with the specified name
106106- ** Parameters:**
107107
@@ -132,29 +132,29 @@ public interface IRusherHack {
132132
133133### ` getRenderer2D `
134134
135- - ** Type:** [ ` IRenderer2D ` ] ( )
135+ - ** Type:** [ ` IRenderer2D ` ] ( irusherhack.md )
136136- ** Description:** Returns the 2D renderer instance
137137
138138### ` getRenderer3D `
139139
140- - ** Type:** [ ` IRenderer3D ` ] ( )
140+ - ** Type:** [ ` IRenderer3D ` ] ( irusherhack.md )
141141- ** Description:** Returns the 3D renderer instance
142142
143143### ` fonts `
144144
145- - ** Type:** [ ` Fonts ` ] ( )
145+ - ** Type:** [ ` Fonts ` ] ( irusherhack.md )
146146- ** Description:** Contains methods for accessing general font renderer instances
147147- ** See:** [ Fonts] ( #fonts )
148148
149149### ` colors `
150150
151- - ** Type:** [ ` Colors ` ] ( )
151+ - ** Type:** [ ` Colors ` ] ( irusherhack.md )
152152- ** Description:** Allows access to the user's color preferences, as well as entities most prominent color
153153- ** See:** [ Colors] ( #colors )
154154
155155### ` entities `
156156
157- - ** Type:** [ ` Entities ` ] ( )
157+ - ** Type:** [ ` Entities ` ] ( irusherhack.md )
158158- ** Description:** Contains methods for determining the type of an entity
159159- ** See:** [ Entities] ( #entities )
160160
0 commit comments