aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorviciscat <51047087+viciscat@users.noreply.github.com>2024-08-06 22:38:51 +0200
committerviciscat <51047087+viciscat@users.noreply.github.com>2024-08-06 22:38:51 +0200
commita09b40ede23d040b233ed8ac0734820ff54484ab (patch)
treed01292c3794c1fb1b2645c134b956cbc2fa1666e /src/main/java
parentadbd80e0a67a5794bd50cb133a343dfc234864ad (diff)
downloadSkyblocker-a09b40ede23d040b233ed8ac0734820ff54484ab.tar.gz
Skyblocker-a09b40ede23d040b233ed8ac0734820ff54484ab.tar.bz2
Skyblocker-a09b40ede23d040b233ed8ac0734820ff54484ab.zip
spelling
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/de/hysky/skyblocker/utils/CodecUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/utils/CodecUtils.java b/src/main/java/de/hysky/skyblocker/utils/CodecUtils.java
index ec81af58..5a780142 100644
--- a/src/main/java/de/hysky/skyblocker/utils/CodecUtils.java
+++ b/src/main/java/de/hysky/skyblocker/utils/CodecUtils.java
@@ -9,7 +9,7 @@ import java.util.OptionalInt;
public final class CodecUtils {
private CodecUtils() {
- throw new IllegalStateException("Uhhhh no? like just no. What are you trying to do? D- Do you think this will be useful to instantiate this? Like it's private, so you went through the effort of putting an accessor actually i'm not sure you can accessor a constructor. can you? so did you really put an access widener for that? like really? honestly this is just sad. Plus there isn't even any method in here that requires an instance. There's only static methods. like bruh. you know what i'm done typing shit for you to read, bye i'm leaving *voice lowers as I leave* I swear those modders think they can access all they want sheesh *comes back instantly* AND I SWEAR IF YOU INJECT SO THIS ERROR CANNOT BE THROWN I WILL SEND YOU TO HELL'S FREEZER");
+ throw new IllegalStateException("Uhhhh no? like just no. What are you trying to do? D- Do you think this will be useful to instantiate this? Like it's private, so you went through the effort of putting an accessor actually i'm not sure you can accessor a constructor. can you? so if not did you really put an access widener for that? like really? honestly this is just sad. Plus there aren't even any method in here that requires an instance. There's only static methods. like bruh. you know what i'm done typing shit for you to read, bye i'm leaving *voice lowers as I leave* I swear those modders think they can access all they want sheesh *comes back instantly* AND I SWEAR IF YOU INJECT SO THIS ERROR CANNOT BE THROWN I WILL SEND YOU TO HELL'S FREEZER");
}
public static MapCodec<OptionalInt> optionalInt(MapCodec<Optional<Integer>> codec) {