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