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