Uses of Enum
me.ulrich.outpost.data.OutpostEnum.AdvantageList
Packages that use OutpostEnum.AdvantageList
Package
Description
-
Uses of OutpostEnum.AdvantageList in me.ulrich.outpost.api
Methods in me.ulrich.outpost.api with parameters of type OutpostEnum.AdvantageListModifier and TypeMethodDescriptionOutpostAPIManager.findTranslateType(OutpostEnum.AdvantageList type) OutpostAPIManager.translateWithFindKey(OutpostEnum.AdvantageList type, String object) -
Uses of OutpostEnum.AdvantageList in me.ulrich.outpost.data
Methods in me.ulrich.outpost.data that return OutpostEnum.AdvantageListModifier and TypeMethodDescriptionAdvantageData.getType()ConfigAdvantage.getType()static OutpostEnum.AdvantageListReturns the enum constant of this type with the specified name.static OutpostEnum.AdvantageList[]OutpostEnum.AdvantageList.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.outpost.data with parameters of type OutpostEnum.AdvantageListModifier and TypeMethodDescriptionvoidAdvantageData.setType(OutpostEnum.AdvantageList type) voidConfigAdvantage.setType(OutpostEnum.AdvantageList type) Constructors in me.ulrich.outpost.data with parameters of type OutpostEnum.AdvantageListModifierConstructorDescriptionAdvantageData(UUID id, UUID outpostUUID, String typeId, OutpostEnum.AdvantageList type, boolean enabled, double multiplier, List<String> whitelist, String customData) ConfigAdvantage(String id, OutpostEnum.AdvantageList type, boolean enabled, String name, String icon, List<String> whitelist, String customData) -
Uses of OutpostEnum.AdvantageList in me.ulrich.outpost.interfaces
Methods in me.ulrich.outpost.interfaces with parameters of type OutpostEnum.AdvantageListModifier and TypeMethodDescriptionOutpostAPI.findTranslateType(OutpostEnum.AdvantageList type) OutpostAPI.translateWithFindKey(OutpostEnum.AdvantageList type, String object) -
Uses of OutpostEnum.AdvantageList in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager with parameters of type OutpostEnum.AdvantageListModifier and TypeMethodDescriptionMessageManager.findTranslateType(OutpostEnum.AdvantageList type) AdvantagesManager.getAdvantageFilterList(AdvantageData adv, OutpostEnum.AdvantageList minerDrop) MessageManager.translateWithFindKey(OutpostEnum.AdvantageList type, String object)