fix some function names
This commit is contained in:
parent
fe57a2909a
commit
3d1c68210c
21 changed files with 133 additions and 164 deletions
|
@ -51,7 +51,7 @@ public class VillageDoorInfo
|
|||
return (int)this.insideBlock.distanceSq(pos);
|
||||
}
|
||||
|
||||
public boolean func_179850_c(BlockPos pos)
|
||||
public boolean isIndoorSide(BlockPos pos)
|
||||
{
|
||||
int i = pos.getX() - this.doorBlockPos.getX();
|
||||
int j = pos.getZ() - this.doorBlockPos.getY();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue