This commit is contained in:
Jesse Boyd
2019-08-07 01:32:05 +10:00
190 changed files with 162 additions and 20609 deletions

View File

@ -52,7 +52,7 @@ public class CompoundTag extends Tag {
}
@Override
public Map<String, Tag> getValue() {
public final Map<String, Tag> getValue() {
return value;
}