Uses of Enum
me.ulrich.koth.data.KothEnum.ExtensionsReturn
Packages that use KothEnum.ExtensionsReturn
-
Uses of KothEnum.ExtensionsReturn in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.ExtensionsReturnModifier and TypeMethodDescriptionstatic KothEnum.ExtensionsReturnReturns the enum constant of this type with the specified name.static KothEnum.ExtensionsReturn[]KothEnum.ExtensionsReturn.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KothEnum.ExtensionsReturn in me.ulrich.koth.events
Methods in me.ulrich.koth.events that return KothEnum.ExtensionsReturnMethods in me.ulrich.koth.events with parameters of type KothEnum.ExtensionsReturnModifier and TypeMethodDescriptionvoidExtEvent.setExtensionsReturn(KothEnum.ExtensionsReturn extensionsReturn) Constructors in me.ulrich.koth.events with parameters of type KothEnum.ExtensionsReturnModifierConstructorDescriptionExtEvent(org.bukkit.command.CommandSender commandSender, KothEnum.ExtensionsReturn extensionsReturn, com.google.common.base.Stopwatch stopwatch, KothEnum.KothExtensions str)