(World world)
| 4210 | } |
| 4211 | |
| 4212 | private static int getDimensionId(World world) |
| 4213 | { |
| 4214 | return world == null ? Integer.MIN_VALUE : world.provider.getDimensionId(); |
| 4215 | } |
| 4216 | |
| 4217 | public static void beginRenderPass(int pass, float partialTicks, long finishTimeNano) |
| 4218 | { |
no outgoing calls
no test coverage detected