()
| 1250 | } |
| 1251 | |
| 1252 | public static boolean isFastRender() { |
| 1253 | return gameSettings.ofFastRender; |
| 1254 | } |
| 1255 | |
| 1256 | public static boolean isTranslucentBlocksFancy() { |
| 1257 | return gameSettings.ofTranslucentBlocks == 0 ? gameSettings.fancyGraphics : gameSettings.ofTranslucentBlocks == 2; |
no outgoing calls
no test coverage detected