Moved some methods around

This commit is contained in:
Anuken
2020-03-01 00:09:03 -05:00
parent 4b36a6d5bd
commit a2a9cffdee
19 changed files with 58 additions and 51 deletions

View File

@@ -440,7 +440,7 @@ public class PlacementFragment extends Fragment{
}
boolean unlocked(Block block){
return !world.isCampaign() || data.isUnlocked(block);
return !state.isCampaign() || data.isUnlocked(block);
}
/** Returns the currently displayed block in the top box. */