Uses of Enum
me.ulrich.outpost.data.OutpostEnum.InteractionsList
Packages that use OutpostEnum.InteractionsList
-
Uses of OutpostEnum.InteractionsList in me.ulrich.outpost.data
Methods in me.ulrich.outpost.data that return OutpostEnum.InteractionsListModifier and TypeMethodDescriptionConfigInteractions.getType()InteractionsData.getType()static OutpostEnum.InteractionsListReturns the enum constant of this type with the specified name.static OutpostEnum.InteractionsList[]OutpostEnum.InteractionsList.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.InteractionsListModifier and TypeMethodDescriptionvoidConfigInteractions.setType(OutpostEnum.InteractionsList type) voidInteractionsData.setType(OutpostEnum.InteractionsList type) Constructors in me.ulrich.outpost.data with parameters of type OutpostEnum.InteractionsListModifierConstructorDescriptionConfigInteractions(String id, OutpostEnum.InteractionsList type, boolean enabled, String name, String icon, List<String> whitelist, String customData) InteractionsData(UUID id, UUID outpostUUID, String typeId, OutpostEnum.InteractionsList type, boolean enabled, int multiplier, List<String> whitelist, String customData) -
Uses of OutpostEnum.InteractionsList in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager with parameters of type OutpostEnum.InteractionsListModifier and TypeMethodDescriptionInteractionsManager.getInteractionsFilterList(InteractionsData adv, OutpostEnum.InteractionsList minerDrop)