()
| 5142 | } |
| 5143 | |
| 5144 | public static void endLivingDamage() |
| 5145 | { |
| 5146 | if (isRenderingWorld && !isShadowPass) |
| 5147 | { |
| 5148 | setDrawBuffers(ProgramEntities.getDrawBuffers()); |
| 5149 | } |
| 5150 | } |
| 5151 | |
| 5152 | public static void beginBlockEntities() |
| 5153 | { |
nothing calls this directly
no test coverage detected