address encapsulation conccerns

This commit is contained in:
Leijurv 2019-07-10 22:18:11 -07:00
parent eba1011fd6
commit aa90c8b7cd
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public final class BackfillProcess extends BaritoneProcessHelper {
return new PathingCommand(null, PathingCommandType.DEFER); // cede to other process
}
public void amIBreakingABlockHMMMMMMM() {
private void amIBreakingABlockHMMMMMMM() {
if (!ctx.getSelectedBlock().isPresent()) {
return;
}