Challenges/src/main/java/world/bentobox/challenges/panel/util
BONNe1704 25371fc6aa Replace setValue method with BiConsumer.
This will provide ability to use setters directly in caller GUIs.
2019-01-18 16:50:34 +02:00
..
ConfirmationGUI.java Implement Consumer in ConfirmationGUI instead of depending on setValue method. 2019-01-18 16:49:39 +02:00
ItemSwitchGUI.java Replace setValue method with BiConsumer. 2019-01-18 16:50:34 +02:00
NumberGUI.java Replace setValue method with BiConsumer. 2019-01-18 16:50:34 +02:00
StringListGUI.java Replace setValue method with BiConsumer. 2019-01-18 16:50:34 +02:00