Uses of Class
de.extio.spacecraft.shared.model.managers.MenuLaunchEntry
-
Packages that use MenuLaunchEntry Package Description de.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.managers Data objects for various managers implementing game subsystems -
-
Uses of MenuLaunchEntry in de.extio.spacecraft.shared.managers
Methods in de.extio.spacecraft.shared.managers that return types with arguments of type MenuLaunchEntry Modifier and Type Method Description Map<String,MenuLaunchEntry>
ModManager. getActiveMenuLaunchEntries()
Returns all menu launch entries from active mods -
Uses of MenuLaunchEntry in de.extio.spacecraft.shared.model.managers
Methods in de.extio.spacecraft.shared.model.managers that return types with arguments of type MenuLaunchEntry Modifier and Type Method Description List<MenuLaunchEntry>
ModDefinition. getMenuLaunchEntries()
This optional section is used to register your mod at the menu launcher.Methods in de.extio.spacecraft.shared.model.managers with parameters of type MenuLaunchEntry Modifier and Type Method Description void
MenuLaunchEntry. merge(MenuLaunchEntry other)
Method parameters in de.extio.spacecraft.shared.model.managers with type arguments of type MenuLaunchEntry Modifier and Type Method Description void
ModDefinition. setMenuLaunchEntries(List<MenuLaunchEntry> menuLaunchEntries)
Constructors in de.extio.spacecraft.shared.model.managers with parameters of type MenuLaunchEntry Constructor Description MenuLaunchEntry(MenuLaunchEntry other)
-