()
| 396 | } |
| 397 | |
| 398 | public static boolean isMinecraftThread() { |
| 399 | return Thread.currentThread() == minecraftThread; |
| 400 | } |
| 401 | |
| 402 | public static boolean isMipmaps() { |
| 403 | return gameSettings.mipmapLevels > 0; |
no outgoing calls
no test coverage detected