Uses of Class
me.ulrich.koth.data.ModeData
Packages that use ModeData
-
Uses of ModeData in me.ulrich.koth.api
Methods in me.ulrich.koth.api that return types with arguments of type ModeDataModifier and TypeMethodDescriptionKothAPIManager.getKothDefaultMode()KothAPIManager.getKothMode(UUID kothUUID) KothAPIManager.getModes()Method parameters in me.ulrich.koth.api with type arguments of type ModeDataModifier and TypeMethodDescriptionKothAPIManager.getPlaceholdersList(Optional<ModeData> mode) booleanKothAPIManager.isCurrentMode(UUID kothUUID, Optional<ModeData> mode) booleanKothAPIManager.isDefaultMode(Optional<ModeData> mode) -
Uses of ModeData in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces that return types with arguments of type ModeDataModifier and TypeMethodDescriptionKothAPI.getKothDefaultMode()KothAPI.getKothMode(UUID kothUUID) KothAPI.getModes()Method parameters in me.ulrich.koth.interfaces with type arguments of type ModeDataModifier and TypeMethodDescriptionKothAPI.getPlaceholdersList(Optional<ModeData> mode) booleanKothAPI.isCurrentMode(UUID kothUUID, Optional<ModeData> mode) booleanKothAPI.isDefaultMode(Optional<ModeData> mode) -
Uses of ModeData in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager that return types with arguments of type ModeDataModifier and TypeMethodDescriptionModeManager.getKothDefaultMode()ModeManager.getKothMode(UUID kothUUID) ModeManager.getModes()Method parameters in me.ulrich.koth.manager with type arguments of type ModeDataModifier and TypeMethodDescriptionModeManager.getPlaceholdersList(Optional<ModeData> mode) booleanModeManager.isCurrentMode(UUID kothUUID, Optional<ModeData> mode) booleanModeManager.isDefaultMode(Optional<ModeData> mode)