()
| 690 | } |
| 691 | |
| 692 | @Override |
| 693 | public String getBiome() { |
| 694 | co localdt = new co(getPlayerPosX(), getPlayerPosY(), getPlayerPosZ()); |
| 695 | if (!getWorld().e(localdt) || localdt.q() < 0 || localdt.q() >= 256) { |
| 696 | return null; |
| 697 | } |
| 698 | aum localObject = getMinecraft().f.f(localdt); |
| 699 | if (localObject.f()) { |
| 700 | return null; |
| 701 | } |
| 702 | return localObject.a(localdt, getMinecraft().f.A()).l(); |
| 703 | } |
| 704 | |
| 705 | @Override |
| 706 | public int getLightLevel() { |
nothing calls this directly
no test coverage detected