()
| 670 | } |
| 671 | |
| 672 | @Override |
| 673 | public int getLightLevel() { |
| 674 | cl localdt = new cl(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 675 | if (!getWorld().e(localdt) || localdt.q() < 0 || localdt.q() >= 256) { |
| 676 | return 0; |
| 677 | } |
| 678 | asf localObject = getMinecraft().f.f(localdt); |
| 679 | if (localObject.f()) { |
| 680 | return 0; |
| 681 | } |
| 682 | return localObject.a(localdt, 0); |
| 683 | } |
| 684 | |
| 685 | @Override |
| 686 | public String getEntityCount() { |
nothing calls this directly
no test coverage detected