addon-challenges/src/main/java/world/bentobox/challenges/panel/user
BONNe 57a4c08c0c
Rewrite action display logic. (#308)
There were no filters for action displaying. All actions were active from the start, even if they are not possible.
I added action filter that will remove impossible actions:
    - COMPLETE_MAX and MULTIPLE_PANEL for non-repeatable challenge,
    - already completely finished challenge.
Fixes #307
2022-11-21 08:01:13 +02:00
..
ChallengesPanel.java Rewrite action display logic. (#308) 2022-11-21 08:01:13 +02:00
GameModePanel.java Clean up Constants a bit. 2021-09-19 21:04:09 +03:00
MultiplePanel.java Clean up Constants a bit. 2021-09-19 21:04:09 +03:00