(Object playerInstance)
| 61 | } |
| 62 | |
| 63 | @BytecodeAccess |
| 64 | public static float getCustomFOVModifier(Object playerInstance) { |
| 65 | return ClassProxy.getCustomFOVModifier(playerInstance); |
| 66 | } |
| 67 | |
| 68 | @BytecodeAccess |
| 69 | public static void onTick() { |
nothing calls this directly
no test coverage detected