Skip to content

Commit

Permalink
Disable constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed May 6, 2023
1 parent 43f2234 commit ffda150
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/technicjelle/MCUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
import java.nio.file.StandardOpenOption;

public class MCUtils {

private MCUtils() {
throw new IllegalStateException("Utility class");
}

/**
* Copies any resource from your plugin's resource folder in the jar, to your plugin's config folder.
*
Expand Down

0 comments on commit ffda150

Please sign in to comment.