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