MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / onDrawChat

Method onDrawChat

The 5zig Mod/src/BytecodeHook.java:158–161  ·  view source on GitHub ↗
(int updateCounter)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 3

getVarsMethod · 0.95
drawMethod · 0.65
get2ndChatMethod · 0.65

Tested by

no test coverage detected