Uses of Enum
me.ulrich.outpost.data.OutpostEnum.MsgUsage
Packages that use OutpostEnum.MsgUsage
-
Uses of OutpostEnum.MsgUsage in me.ulrich.outpost.data
Methods in me.ulrich.outpost.data that return OutpostEnum.MsgUsageModifier and TypeMethodDescriptionstatic OutpostEnum.MsgUsageReturns the enum constant of this type with the specified name.static OutpostEnum.MsgUsage[]OutpostEnum.MsgUsage.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OutpostEnum.MsgUsage in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager with parameters of type OutpostEnum.MsgUsageModifier and TypeMethodDescriptionvoidMessageManager.sendCommandJson(org.bukkit.command.CommandSender player, CommandData comander, OutpostEnum.MsgUsage key, List<String> data) voidMessageManager.sendSubCommandJson(org.bukkit.command.CommandSender player, CommandData comander, String sub, OutpostEnum.MsgUsage key, List<String> data)