Package net.mcreator.ui.modgui
Interface IBlocklyPanelHolder
- All Known Implementing Classes:
AchievementGUI
,CommandGUI
,FeatureGUI
,LivingEntityGUI
,ProcedureGUI
public interface IBlocklyPanelHolder
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getBlocklyPanels
Set<BlocklyPanel> getBlocklyPanels() -
getSpecificBlocklyPanel
-
isInitialXMLValid
default boolean isInitialXMLValid() -
addBlocklyChangedListener
-
closeBlocklyPanels
default void closeBlocklyPanels()
-