Uses of Enum Class
pl.edu.icm.unity.engine.api.translation.in.GroupEffectMode
Packages that use GroupEffectMode
-
Uses of GroupEffectMode in pl.edu.icm.unity.engine.api.translation.in
Methods in pl.edu.icm.unity.engine.api.translation.in that return GroupEffectModeModifier and TypeMethodDescriptionMappedGroup.getCreateIfMissing()
static GroupEffectMode
Returns the enum constant of this class with the specified name.static GroupEffectMode[]
GroupEffectMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in pl.edu.icm.unity.engine.api.translation.in with parameters of type GroupEffectModeModifier and TypeMethodDescriptionvoid
MappedGroup.setCreateIfMissing
(GroupEffectMode createIfMissing) Constructors in pl.edu.icm.unity.engine.api.translation.in with parameters of type GroupEffectModeModifierConstructorDescriptionMappedGroup
(String group, GroupEffectMode createIfMissing, String idp, String profile)