(int updateCounter)
| 156 | } |
| 157 | |
| 158 | @BytecodeAccess |
| 159 | public static void onDrawChat(int updateCounter) { |
| 160 | The5zigMod.getVars().get2ndChat().draw(updateCounter); |
| 161 | } |
| 162 | |
| 163 | @BytecodeAccess |
| 164 | public static Object getChatComponentWithTime(Object originalChatComponent) { |
nothing calls this directly
no test coverage detected