Skip to content

Commit

Permalink
Use GenericMath whenever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Feb 8, 2022
1 parent b66748a commit 41fbbaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
import java.util.HashMap;
import java.util.Map;

import static net.smoofyuniverse.superpiston.util.MathUtil.clamp;
import static net.smoofyuniverse.superpiston.util.RegistryUtil.resolveBlockStates;
import static org.spongepowered.math.GenericMath.clamp;

@ConfigSerializable
public class WorldConfig {
Expand Down
34 changes: 0 additions & 34 deletions src/main/java/net/smoofyuniverse/superpiston/util/MathUtil.java

This file was deleted.

0 comments on commit 41fbbaa

Please sign in to comment.