eagler-1-12-4 / src /game /java /net /minecraft /nbt /NbtFormatException.java
soiz1's picture
Upload folder using huggingface_hub
d46f4a3 verified
package net.minecraft.nbt;
public class NbtFormatException extends NbtException {
public NbtFormatException(String p_311039_) {
super(p_311039_);
}
}