(Object player)
| 51 | } |
| 52 | |
| 53 | @BytecodeAccess |
| 54 | public static Object getCapeLocation(Object player) { |
| 55 | return The5zigMod.getVars().getResourceManager().getCapeLocation(player); |
| 56 | } |
| 57 | |
| 58 | @BytecodeAccess |
| 59 | public static boolean isStaticFOV() { |
nothing calls this directly
no test coverage detected