(World aWorld, int aX, int aY, int aZ, Block aBlock)
| 594 | } |
| 595 | |
| 596 | public static boolean leafdecay(World aWorld, int aX, int aY, int aZ, Block aBlock) {return leafdecay(aWorld, aX, aY, aZ, aBlock, F, F);} |
| 597 | public static boolean leafdecay(World aWorld, int aX, int aY, int aZ, Block aBlock, boolean aOnlyTopArea) {return leafdecay(aWorld, aX, aY, aZ, aBlock, aOnlyTopArea, F);} |
| 598 | public static boolean leafdecay(World aWorld, int aX, int aY, int aZ, Block aBlock, boolean aOnlyTopArea, boolean aTreeCapitator) { |
| 599 | if (aBlock == null || aBlock.canSustainLeaves(aWorld, aX, aY, aZ)) { |
no test coverage detected