Skip to content

Commit

Permalink
Add javadoc descriptions for all classes
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Feb 19, 2024
1 parent d8001aa commit 9121653
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/technicjelle/BMCopy.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
import java.nio.file.StandardOpenOption;
import java.util.function.Consumer;

/**
* Utility functions for copying stuff to BlueMap
*/
public class BMCopy {
private BMCopy() {
throw new IllegalStateException("Utility class");
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/com/technicjelle/BMSkin.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
import java.util.Optional;
import java.util.UUID;

/**
* Utility functions for BlueMap skins and playerheads
*/
public class BMSkin {
private BMSkin() {
throw new IllegalStateException("Utility class");
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/com/technicjelle/ShapeExtensions.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
import de.bluecolored.bluemap.api.math.Shape;
import org.jetbrains.annotations.NotNull;

/**
* Utility functions for {@link Shape}s
*/
public class ShapeExtensions {
private ShapeExtensions() {
throw new IllegalStateException("Utility class");
Expand Down

0 comments on commit 9121653

Please sign in to comment.