fix some function names
This commit is contained in:
parent
fe57a2909a
commit
3d1c68210c
21 changed files with 133 additions and 164 deletions
|
@ -61,11 +61,11 @@ public class SwimNodeProcessor extends NodeProcessor
|
|||
*/
|
||||
private PathPoint getSafePoint(Entity entityIn, int x, int y, int z)
|
||||
{
|
||||
int i = this.func_176186_b(entityIn, x, y, z);
|
||||
int i = this.findNonLiquid(entityIn, x, y, z);
|
||||
return i == -1 ? this.openPoint(x, y, z) : null;
|
||||
}
|
||||
|
||||
private int func_176186_b(Entity entityIn, int x, int y, int z)
|
||||
private int findNonLiquid(Entity entityIn, int x, int y, int z)
|
||||
{
|
||||
BlockPos.MutableBlockPos blockpos$mutableblockpos = new BlockPos.MutableBlockPos();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue