Challenges/src/main/java/world/bentobox/challenges/panel/util
2019-01-19 18:21:37 +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 Integrate AnvilGUI into NumberGUI so users could manually write numbers in GUI. 2019-01-19 18:13:15 +02:00
SelectChallengeGUI.java Create SelectChallengeGUI that allows to choose one challenge from input challenge list and return it into GUI. 2019-01-19 17:53:50 +02:00
SelectEntityGUI.java Create SelectEntityGUI that allows to select an entity from all living creatures. 2019-01-19 16:54:43 +02:00
SelectEnvironmentGUI.java Create SelectEnvironmentGUI that allows to select and deselect different world environments. 2019-01-19 17:12:00 +02:00
StringListGUI.java Implement AnvilGUI into StringListGui so users could edit text via Anvil. 2019-01-19 18:21:37 +02:00