privatize

This commit is contained in:
Leijurv 2019-04-04 20:51:02 -08:00
parent 75b54dfaec
commit bf076f6246
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -160,10 +160,10 @@ public class BuilderProcess extends BaritoneProcessHelper implements IBuilderPro
} }
public class Placement { public class Placement {
final int hotbarSelection; private final int hotbarSelection;
final BlockPos placeAgainst; private final BlockPos placeAgainst;
final EnumFacing side; private final EnumFacing side;
final Rotation rot; private final Rotation rot;
public Placement(int hotbarSelection, BlockPos placeAgainst, EnumFacing side, Rotation rot) { public Placement(int hotbarSelection, BlockPos placeAgainst, EnumFacing side, Rotation rot) {
this.hotbarSelection = hotbarSelection; this.hotbarSelection = hotbarSelection;