()
| 657 | } |
| 658 | |
| 659 | @Override |
| 660 | public String getBiome() { |
| 661 | cl localdt = new cl(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 662 | if (!getWorld().e(localdt) || localdt.q() < 0 || localdt.q() >= 256) { |
| 663 | return null; |
| 664 | } |
| 665 | asf localObject = getMinecraft().f.f(localdt); |
| 666 | if (localObject.f()) { |
| 667 | return null; |
| 668 | } |
| 669 | return localObject.a(localdt, getMinecraft().f.A()).l(); |
| 670 | } |
| 671 | |
| 672 | @Override |
| 673 | public int getLightLevel() { |
nothing calls this directly
no test coverage detected