[ci skip] Mark classloading hack as Internal

Signed-off-by: Max <maxh2709@gmail.com>
This commit is contained in:
Max
2022-05-11 00:52:34 +02:00
parent aa008479a1
commit b3e3c7ee00

View File

@@ -245,7 +245,9 @@ public final class FluidStack {
return new FluidStack(getRawFluidSupplier(), amount, getTag());
}
@ApiStatus.Internal
public static void init() {
// classloading my beloved 😍
// please don't use this by the way
}
}