privatize
This commit is contained in:
parent
75b54dfaec
commit
bf076f6246
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user