// no default value specified, returns Optional Optional config = nbt.getCompound("config"); // when the field does not exist, returns an empty compound NbtCompound config = nbt.getCompoundOrEmpty("config");