()
| 700 | } |
| 701 | |
| 702 | @Override |
| 703 | public int getLightLevel() { |
| 704 | cj localdt = new cj(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 705 | if (!getWorld().e(localdt)) { |
| 706 | return 0; |
| 707 | } |
| 708 | amy localObject = getMinecraft().f.f(localdt); |
| 709 | return localObject.a(localdt, 0); |
| 710 | } |
| 711 | |
| 712 | @Override |
| 713 | public String getEntityCount() { |
nothing calls this directly
no test coverage detected