Skip to content

Commit

Permalink
Rename EffectCures#getActions to EffectCures#getAllCures (#1047)
Browse files Browse the repository at this point in the history
Fixes #1038
  • Loading branch information
TelepathicGrunt authored Jun 1, 2024
1 parent 65e8748 commit 4a7d634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public final class EffectCure {
* This collection can be kept around, and will update itself in response to changes to the map.
* See {@link ConcurrentHashMap#values()} for details.
*/
public static Collection<EffectCure> getActions() {
public static Collection<EffectCure> getAllCures() {
return Collections.unmodifiableCollection(CURES.values());
}

Expand Down

0 comments on commit 4a7d634

Please sign in to comment.