Implemented block breaking on Android

This commit is contained in:
Anuken
2018-05-31 16:27:30 -04:00
parent 24e7d755eb
commit 13b0c8880d
10 changed files with 569 additions and 411 deletions

View File

@@ -99,7 +99,10 @@ public class BlocksFragment implements Fragment{
visible(() -> !state.is(State.menu) && shown);
}}.end().get();
}}.end();
rebuild();
}
/**Rebuilds the whole placement menu, attempting to preserve previous state.*/