()
| 1863 | } |
| 1864 | |
| 1865 | public static boolean isDynamicHandLight() { |
| 1866 | return !isDynamicLights() ? false : (isShaders() ? Shaders.isDynamicHandLight() : true); |
| 1867 | } |
| 1868 | |
| 1869 | public static boolean isCustomEntityModels() { |
| 1870 | return gameSettings.ofCustomEntityModels; |
no test coverage detected